Skip to content

Commit 220d537

Browse files
Update actions/setup-dotnet action to v5.4.0
1 parent ca9436d commit 220d537

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
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
50-
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
50+
- uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
5151
with:
5252
# codecov needs 2.1
5353
# unittests needs 3.1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434
- name: Fetch all tags and branches
3535
run: git fetch --prune --unshallow
36-
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
36+
- uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
3737
with:
3838
# gitversion needs 5.0
3939
# cake 1.3 needs 6.0

0 commit comments

Comments
 (0)