Skip to content

Commit 33e088c

Browse files
committed
Minor fix
1 parent 02e8232 commit 33e088c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
fetch-depth: 0 # Required for GitVersion
4949

5050
- name: Install GitVersion
51-
uses: gittools/actions/gitversion/setup@v3.0.3
51+
uses: gittools/actions/gitversion/setup@v3
5252
with:
5353
versionSpec: '6.x'
5454

5555
- name: Determine Version
56-
uses: gittools/actions/gitversion/execute@v3.0.3
56+
uses: gittools/actions/gitversion/execute@v3
5757
id: gitversion
5858
with:
5959
useConfigFile: true

0 commit comments

Comments
 (0)