From 7bcca7e2958afa6c01548010a3e9b400ce4e0466 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:38:27 +0000 Subject: [PATCH] chore(deps): update nuget/setup-nuget action to v4 --- .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 cfa5c53..3821b33 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@v2 + - uses: nuget/setup-nuget@v4 name: Setup NuGet # Decode the base 64 encoded pfx and save the Signing_Certificate