We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022a7e5 commit 5dee53eCopy full SHA for 5dee53e
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,10 @@ jobs:
9
- uses: actions/checkout@v6
10
with:
11
fetch-depth: 0
12
- - uses: gittools/actions/gitversion/setup@v0.13.6
+ - uses: gittools/actions/gitversion/setup@v4.4.2
13
14
versionSpec: '5.12.x'
15
- - uses: gittools/actions/gitversion/execute@v0.13.6
+ - uses: gittools/actions/gitversion/execute@v4.4.2
16
id: gitversion
17
- name: Set version (release)
18
if: github.ref_type == 'tag'
0 commit comments