We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af22cb0 + bd2c69a commit b309d8bCopy full SHA for b309d8b
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@v0
+ uses: gittools/actions/gitversion/setup@v1
38
with:
39
versionSpec: "5.x"
40
preferLatestVersion: true
41
42
- name: Determine Version
43
id: gitversion # id to later be referenced
44
- uses: gittools/actions/gitversion/execute@v0
+ uses: gittools/actions/gitversion/execute@v1
45
46
- name: Create version tag
47
if: github.event_name != 'pull_request'
0 commit comments