We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 981c916 + 21096cc commit 8412dccCopy full SHA for 8412dcc
.github/workflows/dotnet.yml
@@ -20,11 +20,11 @@ jobs:
20
21
#Install and calculate the new version with GitVersion
22
- name: Install GitVersion
23
- uses: gittools/actions/gitversion/setup@v0.9.7
+ uses: gittools/actions/gitversion/setup@v0.9.11
24
with:
25
versionSpec: 5.x
26
- name: Determine Version
27
- uses: gittools/actions/gitversion/execute@v0.9.7
+ uses: gittools/actions/gitversion/execute@v0.9.11
28
id: gitversion # step id used as reference for output values
29
- name: Display GitVersion outputs
30
run: |
0 commit comments