Skip to content

Commit d3d02ae

Browse files
Merge pull request #88 from IowaComputerGurus/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents b8cb58e + 7d04b8b commit d3d02ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Ensure .NET Installed
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: 9.0.x
2525

@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
6060

6161
- name: Ensure .NET Installed
62-
uses: actions/setup-dotnet@v4
62+
uses: actions/setup-dotnet@v5
6363
with:
6464
dotnet-version: 9.0.x
6565

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Ensure .NET Installed
21-
uses: actions/setup-dotnet@v4
21+
uses: actions/setup-dotnet@v5
2222
with:
2323
dotnet-version: 9.0.x
2424

0 commit comments

Comments
 (0)