File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
14- - name : Use Node.js 18
15- uses : actions/setup-node@v3
14+ - name : Use Node.js 22
15+ uses : actions/setup-node@v4
1616 with :
17- node-version : 18
17+ node-version : 22
1818
1919 - name : Install dependencies
2020 run : |
@@ -39,12 +39,12 @@ jobs:
3939 wp : [ '6.2', '6.3', '6.4' ]
4040
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343
44- - name : Use Node.js 18
45- uses : actions/setup-node@v3
44+ - name : Use Node.js 22
45+ uses : actions/setup-node@v4
4646 with :
47- node-version : 18
47+ node-version : 22
4848
4949 - name : Install dependencies
5050 run : |
6969 - name : Running PHP unit tests
7070 run : npm run test:unit:php:ci
7171
72- - uses : actions/upload-artifact@v3
72+ - uses : actions/upload-artifact@v4
7373 if : always()
7474 with :
7575 name : playwright-report
8787 runs-on : ubuntu-latest
8888
8989 steps :
90- - uses : actions/checkout@v3
90+ - uses : actions/checkout@v4
9191
9292 - shell : bash
9393 env :
@@ -106,7 +106,7 @@ jobs:
106106 runs-on : ubuntu-latest
107107
108108 steps :
109- - uses : actions/checkout@v3
109+ - uses : actions/checkout@v4
110110
111111 - shell : bash
112112 env :
You can’t perform that action at this time.
0 commit comments