We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733bfe0 commit 062b045Copy full SHA for 062b045
.github/workflows/_build-image.yaml
@@ -80,12 +80,12 @@ jobs:
80
fetch-depth: ${{ inputs.fetch_depth }}
81
82
- name: Install GitVersion
83
- uses: gittools/actions/gitversion/setup@v4.3.3
+ uses: gittools/actions/gitversion/setup@v4.4.1
84
with:
85
versionSpec: '6.x'
86
87
- name: Use GitVersion
88
- uses: gittools/actions/gitversion/execute@v4.3.3
+ uses: gittools/actions/gitversion/execute@v4.4.1
89
id: gitversion
90
91
targetPath: repository
0 commit comments