Skip to content

Commit 855a53b

Browse files
r.korneliusr.kornelius
authored andcommitted
2 parents 12362fe + 9aec67e commit 855a53b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Fetch all history for all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/setup@v0.9.2
18+
uses: gittools/actions/gitversion/setup@v0.9.7
1919
with:
20-
versionSpec: '5.2.x'
20+
versionSpec: '5.5.x'
2121
- name: Use GitVersion
2222
id: gitversion # step id used as reference for output values
23-
uses: gittools/actions/gitversion/execute@v0.9.2
23+
uses: gittools/actions/gitversion/execute@v0.9.7
2424

2525
- name: Build solution
2626
run: dotnet build --configuration Release Vescon.So.WebApi.sln

0 commit comments

Comments
 (0)