We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121e38c commit 3ee0468Copy full SHA for 3ee0468
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
with:
11
fetch-depth: 0
12
show-progress: false
13
- - uses: gittools/actions/gitversion/setup@v3.1.1
+ - uses: gittools/actions/gitversion/setup@v3.1.2
14
15
versionSpec: '5.12.x'
16
- - uses: gittools/actions/gitversion/execute@v3.1.1
+ - uses: gittools/actions/gitversion/execute@v3.1.2
17
id: gitversion
18
19
# Build
0 commit comments