Skip to content

Commit 2a8b148

Browse files
authored
Merge pull request #3 from CompostInTraining/dependabot/github_actions/actions/setup-dotnet-5
2 parents 2ad19ef + 23062ed commit 2a8b148

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 8.0.x
1919
- name: Restore dependencies
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
- name: Setup .NET
53-
uses: actions/setup-dotnet@v4
53+
uses: actions/setup-dotnet@v5
5454
with:
5555
dotnet-version: 8.0.x
5656
- name: Add NuGet source

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-nuget-
3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v4
31+
uses: actions/setup-dotnet@v5
3232
with:
3333
dotnet-version: 8.0.x
3434
- name: Restore dependencies
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363
- name: Setup .NET
64-
uses: actions/setup-dotnet@v4
64+
uses: actions/setup-dotnet@v5
6565
with:
6666
dotnet-version: 8.0.x
6767
- name: Add NuGet source

0 commit comments

Comments
 (0)