File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments