Skip to content

Commit edcc352

Browse files
authored
Merge pull request #291 from cake-contrib/renovate/actions-setup-dotnet-5.x
Update actions/setup-dotnet action to v5
2 parents ca67ad2 + bd04787 commit edcc352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# codecov and unittests need 2.1, gitversion needs 5.0
5353
# GitReleasemanager needs 7.0
5454
# builds run on 9.0
55-
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
55+
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5656
with:
5757
dotnet-version: |
5858
2.1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
27+
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2828
with:
2929
dotnet-version: |
3030
2.1

0 commit comments

Comments
 (0)