Skip to content

Commit be52d77

Browse files
authored
Merge pull request #277 from cake-contrib/renovate/actions-setup-dotnet-4.x
Update actions/setup-dotnet action to v4.1.0
2 parents ed2c115 + 5b8b8fe commit be52d77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
with:
5353
path: tools
5454
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
55-
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
55+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
5656
with:
5757
dotnet-version: |
5858
2.1

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
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@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
36+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
3737
with:
3838
dotnet-version: |
3939
2.1
@@ -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@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
61+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
6262
with:
6363
dotnet-version: 7.0.x
6464

0 commit comments

Comments
 (0)