Skip to content

Commit df303de

Browse files
committed
trying to fix github actions
1 parent f986988 commit df303de

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ jobs:
3434
fetch-depth: 0 # This is needed for GitVersion not to crash
3535

3636
- name: Install GitVersion
37-
uses: gittools/actions/gitversion/setup@v3
37+
uses: gittools/actions/gitversion/setup@v4
3838
with:
39-
versionSpec: "5.x"
40-
preferLatestVersion: true
39+
versionSpec: "6.3.x"
4140

4241
- name: Determine Version
4342
id: gitversion # id to later be referenced
44-
uses: gittools/actions/gitversion/execute@v3
43+
uses: gittools/actions/gitversion/execute@v4
4544

4645
- name: Create version tag
4746
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)