diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e15a8e4..22fd2f4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,7 +31,7 @@ jobs: # Restore mcs nuget - name: Restore mcs nuget - - uses: nuget/setup-nuget@v1 + uses: nuget/setup-nuget@v1 with: nuget-api-key: ${{ secrets.NuGetAPIKey }} nuget-version: '5.x'