Skip to content

Commit d8bc337

Browse files
Update actions/setup-dotnet action to v5 (#1616)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 34b182a commit d8bc337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Setup .NET SDK
24-
uses: actions/setup-dotnet@v4.3.1
24+
uses: actions/setup-dotnet@v5.0.0
2525
with:
2626
dotnet-version: 8.0.x
2727
- name: Add msbuild to PATH

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Setup .NET SDK
31-
uses: actions/setup-dotnet@v4.3.1
31+
uses: actions/setup-dotnet@v5.0.0
3232
with:
3333
dotnet-version: 8.0.200 # Locked until VS/MSBuild is compatible with 8.0.300
3434
- name: Add msbuild to PATH

0 commit comments

Comments
 (0)