diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7a8d1c1c3a..e20292514e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -192,7 +192,7 @@ jobs: - name: Compile KNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\KNetPS\KNetPS.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 947d9d1dde..69219f0eef 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -167,7 +167,7 @@ jobs: - name: Compile KNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\KNetPS\KNetPS.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 b71288a1de..b0482b918c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,7 +68,7 @@ jobs: - name: Compile KNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\KNetPS\KNetPS.csproj - - uses: nuget/setup-nuget@v2.0.2 + - uses: nuget/setup-nuget@v3.0.0 with: nuget-version: '5.x'