We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f986988 commit 2a71a10Copy full SHA for 2a71a10
1 file changed
.github/workflows/docker_build.yml
@@ -34,14 +34,14 @@ jobs:
34
fetch-depth: 0 # This is needed for GitVersion not to crash
35
36
- name: Install GitVersion
37
- uses: gittools/actions/gitversion/setup@v3
+ uses: gittools/actions/gitversion/setup@v4
38
with:
39
- versionSpec: "5.x"
+ versionSpec: "6.x"
40
preferLatestVersion: true
41
42
- name: Determine Version
43
id: gitversion # id to later be referenced
44
- uses: gittools/actions/gitversion/execute@v3
+ uses: gittools/actions/gitversion/execute@v4
45
46
- name: Create version tag
47
if: github.event_name != 'pull_request'
0 commit comments