Skip to content

Commit 1a7fc4f

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

2 files changed

Lines changed: 3 additions & 3 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: Set up Node.js

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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: Set up Node.js
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123
- name: Setup .NET SDK
124-
uses: actions/setup-dotnet@v5.4.0
124+
uses: actions/setup-dotnet@v6.0.0
125125
with:
126126
global-json-file: global.json
127127
- name: Install MinVer CLI

0 commit comments

Comments
 (0)