From 11d0ed3bd916a9ba5a95b993040ed3a0d5efc1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:57:28 +0000 Subject: [PATCH] github-actions(deps): bump nuget/setup-nuget from 2 to 4 Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 2 to 4. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v2...v4) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-version: '4' 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..47a8532 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@v4 name: Setup NuGet with: nuget-api-key: ${{ secrets.NUGET_DEPLOY_KEY }}