From ec59f9b5863451bc8506df54075941217cee122a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:19:54 +0000 Subject: [PATCH] Update NuGet/setup-nuget action to v2 --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 2d541d2..ba60139 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -40,7 +40,7 @@ jobs: # Use vanilla NuGet.exe because dotnet nuget command has a bug: it ignores --source parameter - name: Setup NuGet.exe - uses: NuGet/setup-nuget@v1 + uses: NuGet/setup-nuget@v2 with: nuget-api-key: ${{ secrets.NUGET_API_KEY }} nuget-version: latest