Skip to content

Commit 2a1a78d

Browse files
Update actions/setup-dotnet action to v4 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afe66c0 commit 2a1a78d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Build_main_and_publish_to_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Set up .NET 9.0
31-
uses: actions/setup-dotnet@v3
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: 9.0.x
3434
- name: 'Cache: .nuke/temp, ~/.nuget/packages'

.github/workflows/Continuous_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Set up .NET 9.0
31-
uses: actions/setup-dotnet@v3
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: 9.0.x
3434
- name: 'Cache: .nuke/temp, ~/.nuget/packages'

.github/workflows/Manual_publish_to_Github_Nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up .NET 9.0
28-
uses: actions/setup-dotnet@v3
28+
uses: actions/setup-dotnet@v4
2929
with:
3030
dotnet-version: 9.0.x
3131
- name: 'Cache: .nuke/temp, ~/.nuget/packages'

0 commit comments

Comments
 (0)