Skip to content

Commit b232be8

Browse files
Bump gittools/actions from 3 to 4 (#1950)
1 parent 81b428c commit b232be8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ jobs:
3636
- name: Install .NET Core from global.json
3737
uses: actions/setup-dotnet@v5
3838
- name: Install GitVersion
39-
uses: gittools/actions/gitversion/setup@v3
40-
with:
41-
# v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838
42-
# 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
43-
versionSpec: '5.10.0'
39+
uses: gittools/actions/gitversion/setup@v4
4440
- name: Determine Version
45-
uses: gittools/actions/gitversion/execute@v3
41+
uses: gittools/actions/gitversion/execute@v4
4642
with:
4743
useConfigFile: true
4844
- name: Display GitVersion variables (with prefix)

0 commit comments

Comments
 (0)