From 2b6ca55dc9fe143e53d02fdf7d509c66662e8202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:07:36 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sync_cinema.yml | 2 +- .github/workflows/sync_ncrystal_BzScope.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_cinema.yml b/.github/workflows/sync_cinema.yml index 6b4e619..81639ec 100644 --- a/.github/workflows/sync_cinema.yml +++ b/.github/workflows/sync_cinema.yml @@ -64,7 +64,7 @@ jobs: - name: Checkout target repo if: steps.compare_hashes.outputs.update_needed == '1' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ steps.vars.outputs.target_branch }} ssh-key: ${{ secrets.API_PUSH_KEY_MCTOOLS_CINEMA_MIRROR }} diff --git a/.github/workflows/sync_ncrystal_BzScope.yml b/.github/workflows/sync_ncrystal_BzScope.yml index 767eb05..bf50bba 100644 --- a/.github/workflows/sync_ncrystal_BzScope.yml +++ b/.github/workflows/sync_ncrystal_BzScope.yml @@ -55,7 +55,7 @@ jobs: - name: Checkout target repo if: steps.compare_hashes.outputs.update_needed == '1' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ steps.vars.outputs.target_branch }} ssh-key: ${{ secrets.API_PUSH_KEY_MCTOOLS_BZSCOPE_PLUGIN }}