Skip to content

Commit 3195e24

Browse files
Bump gittools/actions from 2 to 3 (#317)
Bumps [gittools/actions](https://github.com/gittools/actions) from 2 to 3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v2...v3) --- 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 ad637e4 commit 3195e24

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
@@ -74,13 +74,13 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Install GitVersion
77-
uses: gittools/actions/gitversion/setup@v2
77+
uses: gittools/actions/gitversion/setup@v3
7878
with:
7979
versionSpec: "5.x"
8080

8181
- name: Determine Version
8282
id: gitversion
83-
uses: gittools/actions/gitversion/execute@v2
83+
uses: gittools/actions/gitversion/execute@v3
8484
with:
8585
useConfigFile: true
8686

0 commit comments

Comments
 (0)