diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 309363f4..e30e8ced 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -162,7 +162,7 @@ jobs: - name: Compile NetPDFPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\NetPDFPS\NetPDFPS.csproj - - uses: nuget/setup-nuget@v2.0.2 + - uses: nuget/setup-nuget@v3.0.0 with: nuget-version: '5.x' diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index 5143ffc0..22a93587 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -146,7 +146,7 @@ jobs: - name: Compile NetPDFPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\NetPDFPS\NetPDFPS.csproj - - uses: nuget/setup-nuget@v2.0.2 + - uses: nuget/setup-nuget@v3.0.0 with: nuget-version: '5.x' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8cda324..26010a62 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: - name: Compile NetPDFPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\NetPDFPS\NetPDFPS.csproj - - uses: nuget/setup-nuget@v2.0.2 + - uses: nuget/setup-nuget@v3.0.0 with: nuget-version: '5.x'