Skip to content

Commit af2de0a

Browse files
build(deps): bump gittools/actions in the all-dependencies group (#614)
Bumps the all-dependencies group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 4.3.3 to 4.4.2 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.3.3...v4.4.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6624313 commit af2de0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
dotnet-version: "10.x"
6363

6464
- name: tools - gitversion - install
65-
uses: gittools/actions/gitversion/setup@v4.3.3
65+
uses: gittools/actions/gitversion/setup@v4.4.2
6666
with:
6767
versionSpec: "6.x"
6868
preferLatestVersion: true
6969

7070
- name: gitversion - execute
7171
id: gitversion
72-
uses: gittools/actions/gitversion/execute@v4.3.3
72+
uses: gittools/actions/gitversion/execute@v4.4.2
7373
with:
7474
configFilePath: GitVersion.yaml
7575

0 commit comments

Comments
 (0)