Skip to content

Commit d7ffb94

Browse files
authored
Merge pull request #273 from cake-contrib/renovate/actions-setup-dotnet-4.x
Update actions/setup-dotnet action to v4.3.1
2 parents faebe0a + 3ea74a6 commit d7ffb94

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@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
53+
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
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@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
27+
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
2828
with:
2929
dotnet-version: |
3030
2.1

0 commit comments

Comments
 (0)