Skip to content

Commit 7b76401

Browse files
Update actions/setup-dotnet action to v5.2.0
1 parent 8e5c4c5 commit 7b76401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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
dotnet-version: 9.0.x
2424
- name: Build

0 commit comments

Comments
 (0)