From 6d669f0e8c1751ea0e13f48465164ea78972c861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:32:01 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..2a716f4 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@v5 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..9d02810 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@v5 with: ref: ${{ steps.vars.outputs.target_branch }} ssh-key: ${{ secrets.API_PUSH_KEY_MCTOOLS_BZSCOPE_PLUGIN }}