diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8873c91..cb45d61 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -165,7 +165,7 @@ jobs: - name: Compile PLCOnNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\PLCOnNetPS\PLCOnNetPS.csproj - - uses: nuget/setup-nuget@v2.0.1 + - uses: nuget/setup-nuget@v2.0.2 with: nuget-version: '5.x' diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index be2166b..bfe0cfc 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -164,7 +164,7 @@ jobs: - name: Compile PLCOnNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\PLCOnNetPS\PLCOnNetPS.csproj - - uses: nuget/setup-nuget@v2.0.1 + - uses: nuget/setup-nuget@v2.0.2 with: nuget-version: '5.x' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 027e3f8..df8649f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,7 +65,7 @@ jobs: - name: Compile PLCOnNetPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\PLCOnNetPS\PLCOnNetPS.csproj - - uses: nuget/setup-nuget@v2.0.1 + - uses: nuget/setup-nuget@v2.0.2 with: nuget-version: '5.x'