Skip to content

Commit 8674cb5

Browse files
Update actions/setup-dotnet action to v6 (#1683)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent b2d8f7d commit 8674cb5

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.4.0
24+
uses: actions/setup-dotnet@v6.0.0
2525
with:
2626
global-json-file: global.json
2727
- name: Add msbuild to PATH

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: Setup .NET SDK
30-
uses: actions/setup-dotnet@v5.4.0
30+
uses: actions/setup-dotnet@v6.0.0
3131
with:
3232
global-json-file: global.json
3333
- name: Add msbuild to PATH

0 commit comments

Comments
 (0)