Skip to content

Commit 3f582c6

Browse files
Update actions/setup-dotnet action to v5 (#2616)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 632c095 commit 3f582c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 7.0.x
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@v4.3.1
30+
uses: actions/setup-dotnet@v5.0.0
3131
with:
3232
dotnet-version: 7.0.x
3333
- name: Set up Node.js
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
fetch-depth: 0
120120
- name: Setup .NET SDK
121-
uses: actions/setup-dotnet@v4.3.1
121+
uses: actions/setup-dotnet@v5.0.0
122122
with:
123123
global-json-file: global.json
124124
- name: Install MinVer CLI

0 commit comments

Comments
 (0)