From ef84d71aec06d2acf19db9d66a310a26e3b57017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:35:22 +0000 Subject: [PATCH] Bump nuget/setup-nuget from 2.0.2 to 3.0.0 Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v2.0.2...v3.0.0) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 309363f4..e30e8ced 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -162,7 +162,7 @@ jobs: - name: Compile NetPDFPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\NetPDFPS\NetPDFPS.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 5143ffc0..22a93587 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -146,7 +146,7 @@ jobs: - name: Compile NetPDFPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\NetPDFPS\NetPDFPS.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 b8cda324..26010a62 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: - name: Compile NetPDFPS run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src\net\NetPDFPS\NetPDFPS.csproj - - uses: nuget/setup-nuget@v2.0.2 + - uses: nuget/setup-nuget@v3.0.0 with: nuget-version: '5.x'