Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push_archives_to_bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down