Skip to content

Commit 13a37a7

Browse files
Update NuGet/setup-nuget action to v2
1 parent cd076c6 commit 13a37a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Use vanilla NuGet.exe because dotnet nuget command has a bug: it ignores --source parameter
4242
- name: Setup NuGet.exe
43-
uses: NuGet/setup-nuget@v1
43+
uses: NuGet/setup-nuget@v2
4444
with:
4545
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
4646
nuget-version: latest

0 commit comments

Comments
 (0)