Skip to content

Commit 3f3c951

Browse files
Bump gittools/actions from 2 to 3 (#1824)
1 parent 472b5c4 commit 3f3c951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Install .NET Core from global.json
3737
uses: actions/setup-dotnet@v4
3838
- name: Install GitVersion
39-
uses: gittools/actions/gitversion/setup@v2
39+
uses: gittools/actions/gitversion/setup@v3
4040
with:
4141
# v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838
4242
# It appears that the fix then had a regression in a later version, so locking in 5.10.0. See https://github.com/GitTools/GitVersion/issues/3351#issuecomment-1403657689
4343
versionSpec: '5.10.0'
4444
- name: Determine Version
45-
uses: gittools/actions/gitversion/execute@v2
45+
uses: gittools/actions/gitversion/execute@v3
4646
with:
4747
useConfigFile: true
4848
- name: Display GitVersion variables (with prefix)

0 commit comments

Comments
 (0)