Skip to content

Commit 8edb2c8

Browse files
committed
(maint) Update actions/setup-dotnet action to v4.1.0
1 parent be6b6ce commit 8edb2c8

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
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
50-
- uses: actions/setup-dotnet@v4.0.1
50+
- uses: actions/setup-dotnet@v4.1.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
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- uses: actions/setup-dotnet@v4.0.1
37+
- uses: actions/setup-dotnet@v4.1.0
3838
with:
3939
dotnet-version: |
4040
5.0

0 commit comments

Comments
 (0)