Skip to content

Commit d1a79ab

Browse files
Update actions/setup-dotnet action to v5.2.0
1 parent 028e3f1 commit d1a79ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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@v5.1.0
31+
uses: actions/setup-dotnet@v5.2.0
3232
with:
3333
global-json-file: global.json
3434
- name: Build

0 commit comments

Comments
 (0)