From 46cc0d48fa6e3ffdf3799cec4a0172100c6bfe36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:55:08 +0000 Subject: [PATCH] Bump nuget/setup-nuget from 2.0.1 to 2.0.2 Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/pullrequest.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'