Skip to content

Commit f317aeb

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

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
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Setup .NET SDK
41-
uses: actions/setup-dotnet@v5.1.0
41+
uses: actions/setup-dotnet@v5.2.0
4242
with:
4343
global-json-file: global.json
4444
- 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.1.0
21+
uses: actions/setup-dotnet@v5.2.0
2222
with:
2323
global-json-file: global.json
2424
- name: Build

0 commit comments

Comments
 (0)