Skip to content

Commit a7b972a

Browse files
authored
Merge pull request #298 from cake-contrib/renovate/actions-setup-dotnet-4.x
Update actions/setup-dotnet action to v4.2.0
2 parents d3912e4 + d7fcad1 commit a7b972a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
path: tools
5454
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
55-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
55+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
5656
with:
5757
# codecov needs 2.1
5858
# unittests needs 3.1

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434
with:
3535
fetch-depth: 0
36-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
36+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
3737
with:
3838
# gitversion needs 5.0
3939
# cake 1.3 needs 6.0
@@ -58,7 +58,7 @@ jobs:
5858
# Prefix the list here with "+" to use these queries and those in the config file.
5959
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6060

61-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
61+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
6262
with:
6363
dotnet-version: 7.0.x
6464

0 commit comments

Comments
 (0)