5454 runs-on : [self-hosted, gentoo, ppc64]
5555 steps :
5656 - name : git checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858 with :
5959 ref : ${{ inputs.branch }}
6060 - name : System info
9595 image : ' alpine:3.20.1'
9696 steps :
9797 - name : git checkout
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v5
9999 with :
100100 ref : ${{ inputs.branch }}
101101 - name : apk
@@ -206,7 +206,7 @@ jobs:
206206 runs-on : ubuntu-${{ matrix.asan && inputs.asan_ubuntu_version || inputs.ubuntu_version }}
207207 steps :
208208 - name : git checkout
209- uses : actions/checkout@v4
209+ uses : actions/checkout@v5
210210 with :
211211 ref : ${{ inputs.branch }}
212212 - name : Create MSSQL container
@@ -306,7 +306,7 @@ jobs:
306306 FIREBIRD_PASSWORD : test
307307 steps :
308308 - name : git checkout
309- uses : actions/checkout@v4
309+ uses : actions/checkout@v5
310310 with :
311311 ref : ${{ inputs.branch }}
312312 - name : apt
@@ -374,7 +374,7 @@ jobs:
374374 runs-on : macos-${{ matrix.os }}
375375 steps :
376376 - name : git checkout
377- uses : actions/checkout@v4
377+ uses : actions/checkout@v5
378378 with :
379379 ref : ${{ inputs.branch }}
380380 - name : brew
@@ -449,7 +449,7 @@ jobs:
449449 runs-on : ubuntu-22.04
450450 steps :
451451 - name : git checkout
452- uses : actions/checkout@v4
452+ uses : actions/checkout@v5
453453 with :
454454 ref : ${{ inputs.branch }}
455455 - name : Create MSSQL container
@@ -502,7 +502,7 @@ jobs:
502502 USE_TRACKED_ALLOC : 1
503503 steps :
504504 - name : git checkout
505- uses : actions/checkout@v4
505+ uses : actions/checkout@v5
506506 with :
507507 ref : ${{ inputs.branch }}
508508 - name : apt
@@ -705,7 +705,7 @@ jobs:
705705 runs-on : ubuntu-${{ inputs.ubuntu_version }}
706706 steps :
707707 - name : git checkout
708- uses : actions/checkout@v4
708+ uses : actions/checkout@v5
709709 with :
710710 ref : ${{ inputs.branch }}
711711 - name : Create MSSQL container
@@ -768,7 +768,7 @@ jobs:
768768 runs-on : ubuntu-${{ inputs.ubuntu_version }}
769769 steps :
770770 - name : git checkout
771- uses : actions/checkout@v4
771+ uses : actions/checkout@v5
772772 with :
773773 ref : ${{ inputs.branch }}
774774 - name : apt
@@ -859,7 +859,7 @@ jobs:
859859 runs-on : ubuntu-${{ inputs.ubuntu_version }}
860860 steps :
861861 - name : git checkout
862- uses : actions/checkout@v4
862+ uses : actions/checkout@v5
863863 with :
864864 ref : ${{ inputs.branch }}
865865 - name : apt
@@ -909,38 +909,38 @@ jobs:
909909 CXX : ccache g++
910910 steps :
911911 - name : git checkout PHP
912- uses : actions/checkout@v4
912+ uses : actions/checkout@v5
913913 with :
914914 path : php
915915 ref : ${{ inputs.branch }}
916916 - name : git checkout apcu
917- uses : actions/checkout@v4
917+ uses : actions/checkout@v5
918918 with :
919919 repository : krakjoe/apcu
920920 path : apcu
921921 - name : git checkout imagick
922- uses : actions/checkout@v4
922+ uses : actions/checkout@v5
923923 with :
924924 repository : Imagick/imagick
925925 path : imagick
926926 - name : git checkout memcached
927- uses : actions/checkout@v4
927+ uses : actions/checkout@v5
928928 with :
929929 repository : php-memcached-dev/php-memcached
930930 path : memcached
931931 - name : git checkout redis
932- uses : actions/checkout@v4
932+ uses : actions/checkout@v5
933933 with :
934934 repository : phpredis/phpredis
935935 path : redis
936936 - name : git checkout xdebug
937937 if : false
938- uses : actions/checkout@v4
938+ uses : actions/checkout@v5
939939 with :
940940 repository : xdebug/xdebug
941941 path : xdebug
942942 - name : git checkout yaml
943- uses : actions/checkout@v4
943+ uses : actions/checkout@v5
944944 with :
945945 repository : php/pecl-file_formats-yaml
946946 path : yaml
@@ -1050,7 +1050,7 @@ jobs:
10501050 - name : git config
10511051 run : git config --global core.autocrlf false && git config --global core.eol lf
10521052 - name : git checkout
1053- uses : actions/checkout@v4
1053+ uses : actions/checkout@v5
10541054 with :
10551055 ref : ${{ inputs.branch }}
10561056 - name : Setup
@@ -1071,7 +1071,7 @@ jobs:
10711071 timeout-minutes : 50
10721072 steps :
10731073 - name : git checkout
1074- uses : actions/checkout@v4
1074+ uses : actions/checkout@v5
10751075 with :
10761076 ref : ${{ inputs.branch }}
10771077 - name : FreeBSD
0 commit comments