Skip to content

Commit 46836da

Browse files
authored
Merge pull request #158 from EventTriangle/renovate/gittools-actions-4.x
Update gittools/actions action to v4
2 parents c1b6fd4 + 5f8c8b3 commit 46836da

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ runs:
3333

3434
steps:
3535
- name: Install GitVersion
36-
uses: gittools/actions/gitversion/setup@v1.1.1
36+
uses: gittools/actions/gitversion/setup@v4.5.0
3737
with:
38-
versionSpec: '5.x'
38+
versionSpec: '6.x'
3939

4040
- name: Determine Version
41-
uses: gittools/actions/gitversion/execute@v1.1.1
41+
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)