From e4af393e02d4f1d368cf7fc8e810bd49998d9488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:12:34 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 4 to 5 in /.github/workflows Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/patcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patcher.yml b/.github/workflows/patcher.yml index 6a139afca..b7d64bd3e 100644 --- a/.github/workflows/patcher.yml +++ b/.github/workflows/patcher.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v5 - name: Setup .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.DOTNET_VERSION }}