We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12362fe + 9aec67e commit 855a53bCopy full SHA for 855a53b
1 file changed
.github/workflows/main.yaml
@@ -15,12 +15,12 @@ jobs:
15
- name: Fetch all history for all tags and branches
16
run: git fetch --prune --unshallow
17
- name: Install GitVersion
18
- uses: gittools/actions/gitversion/setup@v0.9.2
+ uses: gittools/actions/gitversion/setup@v0.9.7
19
with:
20
- versionSpec: '5.2.x'
+ versionSpec: '5.5.x'
21
- name: Use GitVersion
22
id: gitversion # step id used as reference for output values
23
- uses: gittools/actions/gitversion/execute@v0.9.2
+ uses: gittools/actions/gitversion/execute@v0.9.7
24
25
- name: Build solution
26
run: dotnet build --configuration Release Vescon.So.WebApi.sln
0 commit comments