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 daf7b3a commit d9a277cCopy full SHA for d9a277c
.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.2.1
+ - uses: gittools/actions/gitversion/setup@v4.0.0
14
15
versionSpec: '5.12.x'
16
- - uses: gittools/actions/gitversion/execute@v3.2.1
+ - uses: gittools/actions/gitversion/execute@v4.0.0
17
id: gitversion
18
- uses: actions/setup-dotnet@v4
19
0 commit comments