Skip to content

Commit 24b07e6

Browse files
chore(deps): bump gittools/actions in the all-dependencies group
Bumps the all-dependencies group with 1 update: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 3.2.1 to 4.0.0 - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.2.1...v4.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9276425 commit 24b07e6

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: "9.x"
6363

6464
- name: tools - gitversion - install
65-
uses: gittools/actions/gitversion/setup@v3.2.1
65+
uses: gittools/actions/gitversion/setup@v4.0.0
6666
with:
6767
versionSpec: "5.x"
6868
preferLatestVersion: true
6969

7070
- name: gitversion - execute
7171
id: gitversion
72-
uses: gittools/actions/gitversion/execute@v3.2.1
72+
uses: gittools/actions/gitversion/execute@v4.0.0
7373
with:
7474
useConfigFile: true
7575
configFilePath: GitVersion.yaml

0 commit comments

Comments
 (0)