@@ -751,36 +751,36 @@ jobs:
751751 CXX : ccache g++
752752 steps :
753753 - name : git checkout PHP
754- uses : actions/checkout@v3
754+ uses : actions/checkout@v4
755755 with :
756756 path : php
757757 - name : git checkout apcu
758- uses : actions/checkout@v3
758+ uses : actions/checkout@v4
759759 with :
760760 repository : krakjoe/apcu
761761 path : apcu
762762 - name : git checkout imagick
763- uses : actions/checkout@v3
763+ uses : actions/checkout@v4
764764 with :
765765 repository : Imagick/imagick
766766 path : imagick
767767 - name : git checkout memcached
768- uses : actions/checkout@v3
768+ uses : actions/checkout@v4
769769 with :
770770 repository : php-memcached-dev/php-memcached
771771 path : memcached
772772 - name : git checkout redis
773- uses : actions/checkout@v3
773+ uses : actions/checkout@v4
774774 with :
775775 repository : phpredis/phpredis
776776 path : redis
777777 - name : git checkout xdebug
778- uses : actions/checkout@v3
778+ uses : actions/checkout@v4
779779 with :
780780 repository : xdebug/xdebug
781781 path : xdebug
782782 - name : git checkout yaml
783- uses : actions/checkout@v3
783+ uses : actions/checkout@v4
784784 with :
785785 repository : php/pecl-file_formats-yaml
786786 path : yaml
0 commit comments