File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -751,36 +751,36 @@ jobs:
751
751
CXX : ccache g++
752
752
steps :
753
753
- name : git checkout PHP
754
- uses : actions/checkout@v3
754
+ uses : actions/checkout@v4
755
755
with :
756
756
path : php
757
757
- name : git checkout apcu
758
- uses : actions/checkout@v3
758
+ uses : actions/checkout@v4
759
759
with :
760
760
repository : krakjoe/apcu
761
761
path : apcu
762
762
- name : git checkout imagick
763
- uses : actions/checkout@v3
763
+ uses : actions/checkout@v4
764
764
with :
765
765
repository : Imagick/imagick
766
766
path : imagick
767
767
- name : git checkout memcached
768
- uses : actions/checkout@v3
768
+ uses : actions/checkout@v4
769
769
with :
770
770
repository : php-memcached-dev/php-memcached
771
771
path : memcached
772
772
- name : git checkout redis
773
- uses : actions/checkout@v3
773
+ uses : actions/checkout@v4
774
774
with :
775
775
repository : phpredis/phpredis
776
776
path : redis
777
777
- name : git checkout xdebug
778
- uses : actions/checkout@v3
778
+ uses : actions/checkout@v4
779
779
with :
780
780
repository : xdebug/xdebug
781
781
path : xdebug
782
782
- name : git checkout yaml
783
- uses : actions/checkout@v3
783
+ uses : actions/checkout@v4
784
784
with :
785
785
repository : php/pecl-file_formats-yaml
786
786
path : yaml
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
runs-on : ubuntu-22.04
199
199
steps :
200
200
- name : git checkout
201
- uses : actions/checkout@v3
201
+ uses : actions/checkout@v4
202
202
with :
203
203
fetch-depth : 0
204
204
- name : apt
@@ -257,7 +257,7 @@ jobs:
257
257
mysql -uroot -proot -e "CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'wordpress'; FLUSH PRIVILEGES;"
258
258
mysql -uroot -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'wordpress'@'localhost' WITH GRANT OPTION;"
259
259
- name : git checkout benchmarking-data
260
- uses : actions/checkout@v3
260
+ uses : actions/checkout@v4
261
261
with :
262
262
repository : php/benchmarking-data
263
263
ssh-key : ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
You can’t perform that action at this time.
0 commit comments