Skip to content

Commit e3577cb

Browse files
Bump gittools/actions from 3.1.11 to 4.2.0
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 4.2.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.11...v4.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72362a7 commit e3577cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
dotnet-version: 9.0.x
3232

3333
- name: Install GitVersion
34-
uses: gittools/actions/gitversion/setup@v3.1.11
34+
uses: gittools/actions/gitversion/setup@v4.2.0
3535
with:
3636
versionSpec: '6.0.5'
3737

3838
- name: Determine Version
3939
id: gitversion
40-
uses: gittools/actions/gitversion/execute@v3.1.11
40+
uses: gittools/actions/gitversion/execute@v4.2.0
4141
with:
4242
useConfigFile: true
4343

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
dotnet-version: 9.0.x
2626

2727
- name: Install GitVersion
28-
uses: gittools/actions/gitversion/setup@v3.1.11
28+
uses: gittools/actions/gitversion/setup@v4.2.0
2929
with:
3030
versionSpec: '6.0.5'
3131

3232
- name: Determine Version
3333
id: gitversion
34-
uses: gittools/actions/gitversion/execute@v3.1.11
34+
uses: gittools/actions/gitversion/execute@v4.2.0
3535
with:
3636
useConfigFile: true
3737

0 commit comments

Comments
 (0)