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 92f004f commit a843c5cCopy full SHA for a843c5c
.github/workflows/ci-build.yml
@@ -24,13 +24,13 @@ jobs:
24
fetch-depth: 0
25
26
- name: Install GitVersion
27
- uses: gittools/actions/gitversion/setup@v4.0.0
+ uses: gittools/actions/gitversion/setup@v4.1.0
28
with:
29
versionSpec: '6.3.x'
30
31
- name: Determine Version
32
id: version_step
33
- uses: gittools/actions/gitversion/execute@v4.0.0
+ uses: gittools/actions/gitversion/execute@v4.1.0
34
35
updateProjectFiles: true
36
0 commit comments