Skip to content

Commit 79349cf

Browse files
Merge pull request #75 from AaronSadlerUK/dependabot/github_actions/develop/actions/setup-dotnet-5
Bump actions/setup-dotnet from 3 to 5
2 parents de04874 + 50a8fee commit 79349cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-build-prelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Setup dotnet
27-
uses: actions/setup-dotnet@v3
27+
uses: actions/setup-dotnet@v5
2828
with:
2929
dotnet-version: |
3030
10.x

.github/workflows/dotnet-build.stablerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121

2222
- name: Setup dotnet
23-
uses: actions/setup-dotnet@v3
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: |
2626
10.x

0 commit comments

Comments
 (0)