Skip to content

Commit 3754428

Browse files
authored
Use setup-dotnet v2
1 parent e1e60d4 commit 3754428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup NuGet
2020
uses: NuGet/[email protected]
2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v1
22+
uses: actions/setup-dotnet@v2
2323
with:
2424
dotnet-version: 6.0.x
2525
- name: Restore dependencies

0 commit comments

Comments
 (0)