diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8e17a36bd..19ea1b33f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -150,7 +150,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.0 + - uses: nuget/setup-nuget@v2.0.1 with: nuget-version: '5.x' diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index 0f1374ace..a8716e8fe 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -155,7 +155,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.0 + - uses: nuget/setup-nuget@v2.0.1 with: nuget-version: '5.x' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 163cb9a24..e43a206e7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,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.0 + - uses: nuget/setup-nuget@v2.0.1 with: nuget-version: '5.x'