We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa29bd commit ee65db2Copy full SHA for ee65db2
.github/workflows/release.yaml
@@ -32,12 +32,12 @@ jobs:
32
fetch-depth: 0
33
34
- name: Install GitVersion
35
- uses: gittools/actions/gitversion/setup@v3.1.6
+ uses: gittools/actions/gitversion/setup@v3.1.10
36
with:
37
versionSpec: '5.x'
38
39
- name: Use GitVersion
40
- uses: gittools/actions/gitversion/execute@v3.1.6
+ uses: gittools/actions/gitversion/execute@v3.1.10
41
id: gitversion
42
43
targetPath: repository
0 commit comments