Skip to content

Commit 6c3ec54

Browse files
Update actions/setup-dotnet action to v5.4.0
1 parent 2192cd7 commit 6c3ec54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
55+
- uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.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@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
27+
- uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
2828
with:
2929
dotnet-version: |
3030
2.1

0 commit comments

Comments
 (0)