diff --git a/.github/workflows/build_common.yaml b/.github/workflows/build_common.yaml index 4e7079d9c6..8b5ab819cc 100644 --- a/.github/workflows/build_common.yaml +++ b/.github/workflows/build_common.yaml @@ -227,7 +227,7 @@ jobs: - name: Compile JNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\JNetPS\JNetPS.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 ed3c6dffe5..0dc88b5508 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -177,7 +177,7 @@ jobs: - name: Compile JNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\JNetPS\JNetPS.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 8c5eb96325..673c493868 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: - name: Compile JNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\JNetPS\JNetPS.csproj - - uses: nuget/setup-nuget@v2.0.2 + - uses: nuget/setup-nuget@v3.0.0 with: nuget-version: '5.x'