Skip to content

Commit 52c1982

Browse files
Update actions/setup-dotnet action to v5.4.0 (#1677)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent ce2b1f3 commit 52c1982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5.3.0
24+
uses: actions/setup-dotnet@v5.4.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@v5.3.0
31+
uses: actions/setup-dotnet@v5.4.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)