Skip to content

Commit 5bb7ea7

Browse files
committed
Updated setup-nuget action
1 parent 7af64f0 commit 5bb7ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Setup NuGet
21-
uses: NuGet/setup-nuget@v1.0.5
21+
uses: NuGet/setup-nuget@v2
2222

2323
- name: Restore dependencies
2424
run: nuget restore $SOLUTION

0 commit comments

Comments
 (0)