We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf51a7a + d9aa5a5 commit 3334723Copy full SHA for 3334723
1 file changed
.github/workflows/workflow.yml
@@ -19,11 +19,11 @@ jobs:
19
fetch-depth: 0 #fetch-depth is needed for GitVersion
20
#Install and calculate the new version with GitVersion
21
- name: Install GitVersion
22
- uses: gittools/actions/gitversion/setup@v3.1.3
+ uses: gittools/actions/gitversion/setup@v3.1.11
23
with:
24
versionSpec: 5.x
25
- name: Determine Version
26
- uses: gittools/actions/gitversion/execute@v3.1.3
+ uses: gittools/actions/gitversion/execute@v3.1.11
27
id: gitversion # step id used as reference for output values
28
- name: Display GitVersion outputs
29
run: |
0 commit comments