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.
2 parents 9b6c4c2 + 23977e7 commit 8d41771Copy full SHA for 8d41771
.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.4.1
+ uses: gittools/actions/gitversion/setup@v4.4.2
84
with:
85
versionSpec: '6.x'
86
87
- name: Use GitVersion
88
- uses: gittools/actions/gitversion/execute@v4.4.1
+ uses: gittools/actions/gitversion/execute@v4.4.2
89
id: gitversion
90
91
targetPath: repository
0 commit comments