Skip to content

Commit

Permalink
Bump gittools/actions from 1 to 2 (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent d9ea8cd commit 2c3d5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Install .NET Core from global.json
uses: actions/setup-dotnet@v4
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1
uses: gittools/actions/gitversion/setup@v2
with:
# v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838
# 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
versionSpec: '5.10.0'
- name: Determine Version
uses: gittools/actions/gitversion/execute@v1
uses: gittools/actions/gitversion/execute@v2
with:
useConfigFile: true
- name: Display GitVersion variables (with prefix)
Expand Down

0 comments on commit 2c3d5d2

Please sign in to comment.