Skip to content

Commit 957d6d9

Browse files
Bump gittools/actions from 3.1.11 to 3.2.1
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 3.2.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.11...v3.2.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8432b8 commit 957d6d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
dotnet-version: 8.0.x
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@v3.1.11
27+
uses: gittools/actions/gitversion/setup@v3.2.1
2828
with:
2929
versionSpec: '6.0.5'
3030

3131
- name: Determine Version
3232
id: gitversion
33-
uses: gittools/actions/gitversion/execute@v3.1.11
33+
uses: gittools/actions/gitversion/execute@v3.2.1
3434
with:
3535
useConfigFile: true
3636

@@ -81,13 +81,13 @@ jobs:
8181
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
8282
8383
- name: Install GitVersion
84-
uses: gittools/actions/gitversion/setup@v3.1.11
84+
uses: gittools/actions/gitversion/setup@v3.2.1
8585
with:
8686
versionSpec: '6.0.5'
8787

8888
- name: Determine Version
8989
id: gitversion
90-
uses: gittools/actions/gitversion/execute@v3.1.11
90+
uses: gittools/actions/gitversion/execute@v3.2.1
9191
with:
9292
useConfigFile: true
9393

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
dotnet-version: 8.0.x
2424

2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v3.1.11
26+
uses: gittools/actions/gitversion/setup@v3.2.1
2727
with:
2828
versionSpec: '6.0.5'
2929

3030
- name: Determine Version
3131
id: gitversion
32-
uses: gittools/actions/gitversion/execute@v3.1.11
32+
uses: gittools/actions/gitversion/execute@v3.2.1
3333
with:
3434
useConfigFile: true
3535

0 commit comments

Comments
 (0)