Skip to content

Commit 623ee8b

Browse files
Bump gittools/actions from 3.1.1 to 3.1.3
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.1 to 3.1.3. - [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.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8bd154 commit 623ee8b

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
dotnet-version: 9.0.x
2727

2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/[email protected].1
29+
uses: gittools/actions/gitversion/[email protected].3
3030
with:
3131
versionSpec: '6.0.5'
3232

3333
- name: Determine Version
3434
id: gitversion
35-
uses: gittools/actions/gitversion/[email protected].1
35+
uses: gittools/actions/gitversion/[email protected].3
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
@@ -24,13 +24,13 @@ jobs:
2424
dotnet-version: 9.0.x
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/[email protected].1
27+
uses: gittools/actions/gitversion/[email protected].3
2828
with:
2929
versionSpec: '6.0.5'
3030

3131
- name: Determine Version
3232
id: gitversion
33-
uses: gittools/actions/gitversion/[email protected].1
33+
uses: gittools/actions/gitversion/[email protected].3
3434
with:
3535
useConfigFile: true
3636

0 commit comments

Comments
 (0)