Skip to content

Commit 5f8c8b3

Browse files
committed
rebase and add config
1 parent 5c08488 commit 5f8c8b3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/build-and-test/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ runs:
3535
- name: Install GitVersion
3636
uses: gittools/actions/gitversion/setup@v4.5.0
3737
with:
38-
versionSpec: '5.x'
38+
versionSpec: '6.x'
3939

4040
- name: Determine Version
4141
uses: gittools/actions/gitversion/execute@v4.5.0
4242

43-
- name: Setup .NET 8.0 SDK
43+
- name: Setup .NET 8.x SDK
4444
uses: actions/setup-dotnet@v5
4545
with:
46-
dotnet-version: 8.0.x
46+
dotnet-version: 8.x
4747

4848
- name: NuGet Cache
4949
uses: actions/cache@v5

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mode: Mainline
1+
mode: ContinuousDelivery

0 commit comments

Comments
 (0)