Skip to content

Commit cf037ef

Browse files
committed
Fix NuGet action
1 parent 2fc0e8f commit cf037ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"name": "Setup NuGet",
38-
"uses": "actions/setup-nuget@v1.1.1",
38+
"uses": "nuget/setup-nuget@v1.1.1",
3939
"with": {
4040
"nuget-version": "6.x"
4141
}

0 commit comments

Comments
 (0)