From a153dde8e3542ef5f7c2f7d72f9815af03b34b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:29:06 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/push_archives_to_bucket.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_archives_to_bucket.yml b/.github/workflows/push_archives_to_bucket.yml index fc07b69c2b..db0193a51a 100644 --- a/.github/workflows/push_archives_to_bucket.yml +++ b/.github/workflows/push_archives_to_bucket.yml @@ -30,7 +30,7 @@ jobs: steps: # Initial checkout of the full repository to get the latest tag and change branch depending on the environment - name: Checkout TranslationTools app - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: PrestaShopCorp/TranslationTool fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: # Checkout repository TranslationFiles in var dir so that the command can use it with the appropriate branch - name: Checkout TranslationFiles in var dir - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: var/TranslationFiles ref: ${{ steps.job-settings.outputs.TRANSLATION_FILES_BRANCH }}