Skip to content

Commit 9525d1d

Browse files
authored
Merge pull request #40 from dorssel/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 8fb9283 + 6854d1c commit 9525d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# ./location_of_script_within_repo/buildscript.sh
8484

8585
- name: Setup .NET
86-
uses: actions/setup-dotnet@v4
86+
uses: actions/setup-dotnet@v5
8787

8888
- name: Install dependencies
8989
run: |

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup .NET
33-
uses: actions/setup-dotnet@v4
33+
uses: actions/setup-dotnet@v5
3434

3535
- name: Cache
3636
uses: actions/cache@v4

0 commit comments

Comments
 (0)