Skip to content

Commit 0ecfb2e

Browse files
authored
[5.4] Update GitHub Actions versions to v5 (joomla#46160)
1 parent 946f3d4 commit 0ecfb2e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/create-translation-pull-request-v5.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
if: ${{ github.repository == 'joomla-translation-bot/joomla-cms' && github.ref == 'refs/heads/translation5' }}
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v5
3030
# We need the full depth to create / update the pull request against the main repo
3131
with:
3232
ref: translation5
3333
fetch-depth: 0
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@v5
3535
with:
36-
node-version: 20
36+
node-version: 24
3737

3838
- name: Fetch latest cms changes
3939
run: |

.github/workflows/create-translation-pull-request-v6.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
if: ${{ github.repository == 'joomla-translation-bot/joomla-cms' && github.ref == 'refs/heads/translation6' }}
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v5
3030
# We need the full depth to create / update the pull request against the main repo
3131
with:
3232
ref: translation6
3333
fetch-depth: 0
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@v5
3535
with:
36-
node-version: 20
36+
node-version: 24
3737

3838
- name: Fetch latest cms changes
3939
run: |

0 commit comments

Comments
 (0)