We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7002f8 commit 659e6c2Copy full SHA for 659e6c2
.github/workflows/tfx-extension.yml
@@ -16,13 +16,13 @@ jobs:
16
fetch-depth: 0 # Fetch all history so that GitVersion can calculate the version
17
18
- name: Use GitVersion 6.x
19
- uses: gittools/actions/gitversion/setup@v3.0.0
+ uses: gittools/actions/gitversion/setup@v3
20
with:
21
versionSpec: '6.0.x'
22
23
- name: Determine version
24
id: gitversion
25
- uses: gittools/actions/gitversion/execute@v3.0.0
+ uses: gittools/actions/gitversion/execute@v3
26
27
useConfigFile: true
28
0 commit comments