Skip to content

Commit 2152a0c

Browse files
Update actions/setup-dotnet action to v5 (#923)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent eb78bb3 commit 2152a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838
- name: Setup .NET SDK
39-
uses: actions/setup-dotnet@v4.3.1
39+
uses: actions/setup-dotnet@v5.0.0
4040
with:
4141
global-json-file: global.json
4242
- 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)