Skip to content

Commit ed39822

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

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
@@ -26,13 +26,13 @@ jobs:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/setup@v3.1.1
29+
uses: gittools/actions/gitversion/setup@v3.1.11
3030
with:
3131
versionSpec: '6.0.5'
3232

3333
- name: Determine Version
3434
id: gitversion
35-
uses: gittools/actions/gitversion/execute@v3.1.1
35+
uses: gittools/actions/gitversion/execute@v3.1.11
3636
with:
3737
useConfigFile: true
3838

.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: 8.0.x
2626

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

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

0 commit comments

Comments
 (0)