Skip to content

Commit 2d7c09f

Browse files
Update actions/setup-dotnet action to v5.0.1 (#865)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 26dc10f commit 2d7c09f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: Setup .NET SDK
61-
uses: actions/setup-dotnet@v5.0.0
61+
uses: actions/setup-dotnet@v5.0.1
6262
with:
6363
dotnet-version: 8.0.x
6464
- 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@v5.0.0
21+
uses: actions/setup-dotnet@v5.0.1
2222
with:
2323
dotnet-version: 8.0.x
2424
- name: Build

0 commit comments

Comments
 (0)