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 }}