Skip to content

Commit 8581098

Browse files
build(ci): Bump gittools/actions from 1.2.0 to 2.0.0 (#71)
Bumps [gittools/actions](https://github.com/gittools/actions) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31945fa commit 8581098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ jobs:
174174
dotnet-quality: ga
175175

176176
- name: Install GitVersion
177-
uses: gittools/actions/gitversion/setup@v1.2.0
177+
uses: gittools/actions/gitversion/setup@v2.0.0
178178
with:
179179
versionSpec: '5.x'
180180

181181
- name: Determine Version
182182
id: gitversion
183-
uses: gittools/actions/gitversion/execute@v1.2.0
183+
uses: gittools/actions/gitversion/execute@v2.0.0
184184
with:
185185
useConfigFile: true
186186

0 commit comments

Comments
 (0)