@@ -99,14 +99,14 @@ jobs:
9999
100100 steps :
101101 - name : Checkout phpBB
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v6
103103 with :
104104 repository : phpbb/phpbb
105105 ref : ${{ env.PHPBB_BRANCH }}
106106 path : phpBB3
107107
108108 - name : Checkout extension
109- uses : actions/checkout@v4
109+ uses : actions/checkout@v6
110110 with :
111111 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
112112
@@ -230,14 +230,14 @@ jobs:
230230
231231 steps :
232232 - name : Checkout phpBB
233- uses : actions/checkout@v4
233+ uses : actions/checkout@v6
234234 with :
235235 repository : phpbb/phpbb
236236 ref : ${{ env.PHPBB_BRANCH }}
237237 path : phpBB3
238238
239239 - name : Checkout extension
240- uses : actions/checkout@v4
240+ uses : actions/checkout@v6
241241 with :
242242 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
243243
@@ -273,13 +273,13 @@ jobs:
273273
274274 - name : Set up Node.js
275275 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
276- uses : actions/setup-node@v4
276+ uses : actions/setup-node@v6
277277 with :
278- node-version : 20
278+ node-version : 24
279279
280280 - name : Cache NPM dependencies
281281 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
282- uses : actions/cache@v4
282+ uses : actions/cache@v5
283283 with :
284284 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/node_modules
285285 key : ${{ runner.os }}-node-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/package-lock.json') }}
@@ -293,7 +293,7 @@ jobs:
293293
294294 - name : Cache Composer dependencies
295295 if : ${{ inputs.RUN_COMPOSER_INSTALL == '1' }}
296- uses : actions/cache@v4
296+ uses : actions/cache@v5
297297 with :
298298 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/vendor
299299 key : ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/composer.lock') }}
@@ -406,14 +406,14 @@ jobs:
406406
407407 steps :
408408 - name : Checkout phpBB
409- uses : actions/checkout@v4
409+ uses : actions/checkout@v6
410410 with :
411411 repository : phpbb/phpbb
412412 ref : ${{ env.PHPBB_BRANCH }}
413413 path : phpBB3
414414
415415 - name : Checkout extension
416- uses : actions/checkout@v4
416+ uses : actions/checkout@v6
417417 with :
418418 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
419419
@@ -449,13 +449,13 @@ jobs:
449449
450450 - name : Set up Node.js
451451 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
452- uses : actions/setup-node@v4
452+ uses : actions/setup-node@v6
453453 with :
454- node-version : 20
454+ node-version : 24
455455
456456 - name : Cache NPM dependencies
457457 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
458- uses : actions/cache@v4
458+ uses : actions/cache@v5
459459 with :
460460 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/node_modules
461461 key : ${{ runner.os }}-node-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/package-lock.json') }}
@@ -469,7 +469,7 @@ jobs:
469469
470470 - name : Cache Composer dependencies
471471 if : ${{ inputs.RUN_COMPOSER_INSTALL == '1' }}
472- uses : actions/cache@v4
472+ uses : actions/cache@v5
473473 with :
474474 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/vendor
475475 key : ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/composer.lock') }}
@@ -548,14 +548,14 @@ jobs:
548548
549549 steps :
550550 - name : Checkout phpBB
551- uses : actions/checkout@v4
551+ uses : actions/checkout@v6
552552 with :
553553 repository : phpbb/phpbb
554554 ref : ${{ env.PHPBB_BRANCH }}
555555 path : phpBB3
556556
557557 - name : Checkout extension
558- uses : actions/checkout@v4
558+ uses : actions/checkout@v6
559559 with :
560560 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
561561
@@ -596,13 +596,13 @@ jobs:
596596
597597 - name : Set up Node.js
598598 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
599- uses : actions/setup-node@v4
599+ uses : actions/setup-node@v6
600600 with :
601- node-version : 20
601+ node-version : 24
602602
603603 - name : Cache NPM dependencies
604604 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
605- uses : actions/cache@v4
605+ uses : actions/cache@v5
606606 with :
607607 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/node_modules
608608 key : ${{ runner.os }}-node-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/package-lock.json') }}
@@ -616,7 +616,7 @@ jobs:
616616
617617 - name : Cache Composer dependencies
618618 if : ${{ inputs.RUN_COMPOSER_INSTALL == '1' }}
619- uses : actions/cache@v4
619+ uses : actions/cache@v5
620620 with :
621621 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/vendor
622622 key : ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/composer.lock') }}
@@ -670,14 +670,14 @@ jobs:
670670 git config --system core.eol lf
671671
672672 - name : Checkout phpBB
673- uses : actions/checkout@v4
673+ uses : actions/checkout@v6
674674 with :
675675 repository : phpbb/phpbb
676676 ref : ${{ env.PHPBB_BRANCH }}
677677 path : phpBB3
678678
679679 - name : Checkout extension
680- uses : actions/checkout@v4
680+ uses : actions/checkout@v6
681681 with :
682682 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
683683
@@ -753,13 +753,13 @@ jobs:
753753
754754 - name : Set up Node.js
755755 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
756- uses : actions/setup-node@v4
756+ uses : actions/setup-node@v6
757757 with :
758- node-version : 20
758+ node-version : 24
759759
760760 - name : Cache NPM dependencies
761761 if : ${{ inputs.RUN_NPM_INSTALL == '1' }}
762- uses : actions/cache@v4
762+ uses : actions/cache@v5
763763 with :
764764 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/node_modules
765765 key : ${{ runner.os }}-node-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/package-lock.json') }}
@@ -773,7 +773,7 @@ jobs:
773773
774774 - name : Cache Composer dependencies
775775 if : ${{ inputs.RUN_COMPOSER_INSTALL == '1' }}
776- uses : actions/cache@v4
776+ uses : actions/cache@v5
777777 with :
778778 path : ./phpBB3/phpBB/ext/${{ env.EXTNAME }}/vendor
779779 key : ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('phpBB3/phpBB/ext/${{ env.EXTNAME }}/composer.lock') }}
0 commit comments