Skip to content

Commit 4454c64

Browse files
Update actions/setup-dotnet action to v5 (#1803)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 97a8442 commit 4454c64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/aurora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Setup .NET SDK
32-
uses: actions/setup-dotnet@v4.3.1
32+
uses: actions/setup-dotnet@v5.0.0
3333
with:
3434
global-json-file: global.json
3535
- name: Set up Node.js

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Setup .NET SDK
38-
uses: actions/setup-dotnet@v4.3.1
38+
uses: actions/setup-dotnet@v5.0.0
3939
with:
4040
global-json-file: global.json
4141
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK
21-
uses: actions/setup-dotnet@v4.3.1
21+
uses: actions/setup-dotnet@v5.0.0
2222
with:
2323
global-json-file: global.json
2424
- name: Build

0 commit comments

Comments
 (0)