diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e30e8ced..8a31f0c5 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@v3.0.0 + - uses: nuget/setup-nuget@v3.1.0 with: nuget-version: '5.x' diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index 22a93587..2cb55a39 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@v3.0.0 + - uses: nuget/setup-nuget@v3.1.0 with: nuget-version: '5.x' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 26010a62..97a45114 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@v3.0.0 + - uses: nuget/setup-nuget@v3.1.0 with: nuget-version: '5.x'