Skip to content

Commit a4ecd61

Browse files
authored
Merge pull request #1040 from dlcs/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 58e49fe + 29459c0 commit a4ecd61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- id: checkout
2424
uses: actions/checkout@v5
2525
- id: setup-dotnet
26-
uses: actions/setup-dotnet@v4
26+
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: "8.0.x"
2929
- id: restore-dotnet-dependencies

.github/workflows/run_sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: checkout
2121
uses: actions/checkout@v5
2222
- id: setup-dotnet
23-
uses: actions/setup-dotnet@v4
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: "8.0.x"
2626
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)