From 91505bf9a1872d72c305abda1a0a323b04df9e39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:10:47 +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 766bbbd..8aa2009 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