Skip to content

Commit 7c03e9b

Browse files
authored
Merge pull request #269 from cake-contrib/renovate/actions-setup-dotnet-4.x
Update actions/setup-dotnet action to v4.2.0
2 parents 645fe21 + bb02c6d commit 7c03e9b

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
@@ -50,7 +50,7 @@ jobs:
5050
run: git fetch --prune --unshallow
5151

5252
# codecov and unittests need 2.1, gitversion needs 5.0
53-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
53+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
5454
with:
5555
dotnet-version: |
5656
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@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
27+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
2828
with:
2929
dotnet-version: |
3030
2.1

0 commit comments

Comments
 (0)