Skip to content

Commit 919ff0e

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#1238)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent f8ac3bc commit 919ff0e

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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Setup .NET SDK
36-
uses: actions/setup-dotnet@v4.3.1
36+
uses: actions/setup-dotnet@v5.0.0
3737
with:
3838
global-json-file: global.json
3939
- 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)