File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
php-version : ' 8.0'
18
18
extensions : simplexml
19
19
- name : Checkout source code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
- name : Get Composer Cache Directory
22
22
id : composer-cache
23
23
run : |
52
52
extensions : simplexml, mysql
53
53
tools : phpunit-polyfills
54
54
- name : Checkout source code
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v4
56
56
- name : Install WordPress Test Suite
57
57
run : |
58
58
bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }}
81
81
php-version : ' 8.0'
82
82
extensions : simplexml, mysql
83
83
- name : Checkout source code
84
- uses : actions/checkout@v2
84
+ uses : actions/checkout@v4
85
85
- name : Get Composer Cache Directory
86
86
id : composer-cache
87
87
run : |
You can’t perform that action at this time.
0 commit comments