There was an error while loading. Please reload this page.
1 parent 7afeb6f commit 55f0ef2Copy full SHA for 55f0ef2
1 file changed
.github/actions/build-and-test/action.yml
@@ -33,12 +33,12 @@ runs:
33
34
steps:
35
- name: Install GitVersion
36
- uses: gittools/actions/gitversion/setup@v1.1.1
+ uses: gittools/actions/gitversion/setup@v4.5.0
37
with:
38
versionSpec: '5.x'
39
40
- name: Determine Version
41
- uses: gittools/actions/gitversion/execute@v1.1.1
+ uses: gittools/actions/gitversion/execute@v4.5.0
42
43
- name: Setup .NET 8.0 SDK
44
uses: actions/setup-dotnet@v4
0 commit comments