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