From 716bf9efc209852b47aa1bf5c869c2dacca9cb1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:44:19 +0000 Subject: [PATCH] build(deps): bump nuget/setup-nuget from 1 to 2 Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v1...v2) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fa8a94..116fb03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: run: dotnet pack --configuration=${{ env.configuration }} --verbosity=minimal --no-restore working-directory: src - - uses: nuget/setup-nuget@v1 + - uses: nuget/setup-nuget@v2 name: Setup NuGet # Decode the base 64 encoded pfx and save the Signing_Certificate