Skip to content

Commit dd5df7d

Browse files
Bump gittools/actions/gitversion/setup from 4.5.0 to 4.7.0
Bumps [gittools/actions/gitversion/setup](https://github.com/gittools/actions) from 4.5.0 to 4.7.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@bc6623a...7417b10) --- updated-dependencies: - dependency-name: gittools/actions/gitversion/setup dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fde89ad commit dd5df7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-version: 9.0.x
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0
27+
uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0
2828
with:
2929
versionSpec: '6.4.0'
3030

@@ -79,7 +79,7 @@ jobs:
7979
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
8080
8181
- name: Install GitVersion
82-
uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0
82+
uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0
8383
with:
8484
versionSpec: '6.4.0'
8585

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-version: 9.0.x
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0
27+
uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0
2828
with:
2929
versionSpec: '6.4.0'
3030

0 commit comments

Comments
 (0)