Skip to content

Commit 659e6c2

Browse files
author
Rhys Koedijk
authored
Update tfx-extension.yml
1 parent f7002f8 commit 659e6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tfx-extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
fetch-depth: 0 # Fetch all history so that GitVersion can calculate the version
1717

1818
- name: Use GitVersion 6.x
19-
uses: gittools/actions/gitversion/setup@v3.0.0
19+
uses: gittools/actions/gitversion/setup@v3
2020
with:
2121
versionSpec: '6.0.x'
2222

2323
- name: Determine version
2424
id: gitversion
25-
uses: gittools/actions/gitversion/execute@v3.0.0
25+
uses: gittools/actions/gitversion/execute@v3
2626
with:
2727
useConfigFile: true
2828

0 commit comments

Comments
 (0)