From 99326ce1546521af2018d8c3eccce5d970b88fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:07:23 +0000 Subject: [PATCH] github-actions(deps): bump actions/setup-dotnet from 5 to 6 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' 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 1fb935c..3bffae8 100644 --- a/.github/workflows/RocketModFix.UnityEngine.Redist.yaml +++ b/.github/workflows/RocketModFix.UnityEngine.Redist.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 name: Setup .NET env: DOTNET_NOLOGO: true