We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8c40ea + 86e4dd4 commit 5d0b451Copy full SHA for 5d0b451
.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@v4.0.0
+ uses: gittools/actions/gitversion/setup@v4.0.1
24
with:
25
versionSpec: 6.x
26
- name: Determine Version
27
- uses: gittools/actions/gitversion/execute@v4.0.0
+ uses: gittools/actions/gitversion/execute@v4.0.1
28
id: gitversion # step id used as reference for output values
29
- name: Display GitVersion outputs
30
run: |
0 commit comments