@@ -163,7 +163,7 @@ jobs:
163163 id : date
164164 run : echo $BRANCH
165165 - name : clone openedx/openedx-translations
166- uses : actions/checkout@v4
166+ uses : actions/checkout@v5
167167
168168 # creates the branch where all the translations will be added to
169169 - name : make and push a new branch
@@ -186,7 +186,7 @@ jobs:
186186 steps :
187187 # Clones the openedx-translations repo
188188 - name : clone openedx/openedx-translations
189- uses : actions/checkout@v4
189+ uses : actions/checkout@v5
190190 with :
191191 ref : ${{ needs.setup-branch.outputs.branch }}
192192
@@ -196,7 +196,7 @@ jobs:
196196
197197 # Clones the repository
198198 - name : clone ${{ github.repository_owner }}/${{ matrix.repo }}
199- uses : actions/checkout@v4
199+ uses : actions/checkout@v5
200200 with :
201201 repository : ${{ github.repository_owner }}/${{ matrix.repo }}
202202 ref : ${{ github.event.inputs.ref }}
@@ -336,13 +336,13 @@ jobs:
336336 steps :
337337 # Clones the openedx-translations repo
338338 - name : clone openedx/openedx-translations
339- uses : actions/checkout@v4
339+ uses : actions/checkout@v5
340340 with :
341341 ref : ${{ needs.setup-branch.outputs.branch }}
342342
343343 # Clones the repository
344344 - name : clone ${{ github.repository_owner }}/${{ matrix.repo }}
345- uses : actions/checkout@v4
345+ uses : actions/checkout@v5
346346 with :
347347 repository : ${{ github.repository_owner }}/${{ matrix.repo }}
348348 ref : ${{ github.event.inputs.ref }}
@@ -403,13 +403,13 @@ jobs:
403403 steps :
404404 # Clones the openedx-translations repo
405405 - name : clone openedx/openedx-translations
406- uses : actions/checkout@v4
406+ uses : actions/checkout@v5
407407 with :
408408 ref : ${{ needs.setup-branch.outputs.branch }}
409409
410410 # Clones the repository
411411 - name : clone ${{ github.repository_owner }}/${{ matrix.repository_config.repo }}
412- uses : actions/checkout@v4
412+ uses : actions/checkout@v5
413413 with :
414414 repository : ${{ github.repository_owner }}/${{ matrix.repository_config.repo }}
415415 ref : ${{ github.event.inputs.ref || matrix.repository_config.ref }}
@@ -474,7 +474,7 @@ jobs:
474474 steps :
475475 # Clones the openedx-translations repo on the automated/extract-translation-source-files-# branch
476476 - name : clone openedx/openedx-translations
477- uses : actions/checkout@v4
477+ uses : actions/checkout@v5
478478 with :
479479 ref : ${{ needs.setup-branch.outputs.branch }}
480480 fetch-depth : 0
0 commit comments