Skip to content

Commit cc1c279

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 afc76c7 commit cc1c279

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
dotnet-version: 6.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

@@ -77,13 +77,13 @@ jobs:
7777
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
7878
7979
- name: Install GitVersion
80-
uses: gittools/actions/gitversion/[email protected].1
80+
uses: gittools/actions/gitversion/[email protected].3
8181
with:
8282
versionSpec: '6.0.5'
8383

8484
- name: Determine Version
8585
id: gitversion
86-
uses: gittools/actions/gitversion/[email protected].1
86+
uses: gittools/actions/gitversion/[email protected].3
8787
with:
8888
useConfigFile: true
8989

.github/workflows/release-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
dotnet-version: 6.0.x
2424

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

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

0 commit comments

Comments
 (0)