Skip to content

Commit e9e3bb0

Browse files
Update actions/setup-dotnet action to v5.1.0 (#7595)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 676f299 commit e9e3bb0

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
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Setup .NET SDK
32-
uses: actions/setup-dotnet@v5.0.1
32+
uses: actions/setup-dotnet@v5.1.0
3333
with:
3434
global-json-file: global.json
3535
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup .NET SDK
22-
uses: actions/setup-dotnet@v5.0.1
22+
uses: actions/setup-dotnet@v5.1.0
2323
with:
2424
global-json-file: global.json
2525
- name: Build

0 commit comments

Comments
 (0)