Skip to content

Commit 36ccf55

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

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
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
- name: Setup .NET SDK
34-
uses: actions/setup-dotnet@v4.3.1
34+
uses: actions/setup-dotnet@v5.0.0
3535
with:
3636
dotnet-version: 8.0.x
3737
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Setup .NET SDK
31-
uses: actions/setup-dotnet@v4.3.1
31+
uses: actions/setup-dotnet@v5.0.0
3232
with:
3333
global-json-file: global.json
3434
- name: Install MinVer CLI

0 commit comments

Comments
 (0)