Skip to content

Commit b856e9a

Browse files
authored
Merge pull request #3850 from BDisp/v2_upgrade-gittools-actions-from-2-to-3
Upgrade gittools/actions from 2 to 3.
2 parents ead4bef + b8b4404 commit b856e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
fetch-depth: 0 # fetch-depth is needed for GitVersion
2020

2121
- name: Install GitVersion
22-
uses: gittools/actions/gitversion/setup@v2
22+
uses: gittools/actions/gitversion/setup@v3
2323
with:
2424
versionSpec: '5.x'
2525
includePrerelease: true
2626

2727
- name: Determine Version
28-
uses: gittools/actions/gitversion/execute@v2
28+
uses: gittools/actions/gitversion/execute@v3
2929
with:
3030
useConfigFile: true
3131
#additionalArguments: /b develop

0 commit comments

Comments
 (0)