Skip to content

Commit 0a3fa52

Browse files
authored
Update wfnetcorev2.yaml
1 parent e8ea885 commit 0a3fa52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
with:
3939
dotnet-version: 2.2.402
4040
- name: Install GitVersion
41-
uses: gittools/actions/gitversion/setup@v0.9.7
41+
uses: gittools/actions/gitversion/setup@v0
4242
with:
43-
versionSpec: '5.1.x'
43+
versionSpec: '5.x'
4444
- name: Use GitVersion
4545
id: gitversion # step id used as reference for output values
46-
uses: gittools/actions/gitversion/execute@v0.9.7
46+
uses: gittools/actions/gitversion/execute@v0
4747
- run: |
4848
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}"
4949
echo "NuGetPreReleaseTagV2: ${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }}"

0 commit comments

Comments
 (0)