From d0ad883886d9693f05c56a786fd9ca0767507106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:21:18 +0000 Subject: [PATCH] github-actions(deps): bump nuget/setup-nuget from 2 to 3 Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 2 to 3. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v2...v3) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/RocketModFix.UnityEngine.Redist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RocketModFix.UnityEngine.Redist.yaml b/.github/workflows/RocketModFix.UnityEngine.Redist.yaml index 2c009b0..7dacb25 100644 --- a/.github/workflows/RocketModFix.UnityEngine.Redist.yaml +++ b/.github/workflows/RocketModFix.UnityEngine.Redist.yaml @@ -24,7 +24,7 @@ jobs: with: dotnet-version: 8.x - - uses: nuget/setup-nuget@v2 + - uses: nuget/setup-nuget@v3 name: Setup NuGet with: nuget-api-key: ${{ secrets.NUGET_DEPLOY_KEY }}