There was an error while loading. Please reload this page.
2 parents c1b6fd4 + 5f8c8b3 commit 46836daCopy full SHA for 46836da
2 files changed
.github/actions/build-and-test/action.yml
@@ -33,17 +33,17 @@ 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'
+ versionSpec: '6.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
+ - name: Setup .NET 8.x SDK
44
uses: actions/setup-dotnet@v5
45
46
- dotnet-version: 8.0.x
+ dotnet-version: 8.x
47
48
- name: NuGet Cache
49
uses: actions/cache@v5
GitVersion.yml
@@ -1 +1 @@
1
-mode: Mainline
+mode: ContinuousDelivery
0 commit comments