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
@@ -207,7 +207,7 @@ jobs:
207207 runs-on : ubuntu-${{ matrix.asan && inputs.asan_ubuntu_version || inputs.ubuntu_version }}
208208 steps :
209209 - name : git checkout
210- uses : actions/checkout@v4
210+ uses : actions/checkout@v5
211211 with :
212212 ref : ${{ inputs.branch }}
213213 - name : Create MSSQL container
@@ -310,7 +310,7 @@ jobs:
310310 FIREBIRD_PASSWORD : test
311311 steps :
312312 - name : git checkout
313- uses : actions/checkout@v4
313+ uses : actions/checkout@v5
314314 with :
315315 ref : ${{ inputs.branch }}
316316 - name : apt
@@ -381,7 +381,7 @@ jobs:
381381 runs-on : macos-${{ matrix.os }}
382382 steps :
383383 - name : git checkout
384- uses : actions/checkout@v4
384+ uses : actions/checkout@v5
385385 with :
386386 ref : ${{ inputs.branch }}
387387 - name : brew
@@ -459,7 +459,7 @@ jobs:
459459 runs-on : ubuntu-22.04
460460 steps :
461461 - name : git checkout
462- uses : actions/checkout@v4
462+ uses : actions/checkout@v5
463463 with :
464464 ref : ${{ inputs.branch }}
465465 - name : Create MSSQL container
@@ -513,7 +513,7 @@ jobs:
513513 USE_TRACKED_ALLOC : 1
514514 steps :
515515 - name : git checkout
516- uses : actions/checkout@v4
516+ uses : actions/checkout@v5
517517 with :
518518 ref : ${{ inputs.branch }}
519519 - name : apt
@@ -717,7 +717,7 @@ jobs:
717717 runs-on : ubuntu-${{ inputs.ubuntu_version }}
718718 steps :
719719 - name : git checkout
720- uses : actions/checkout@v4
720+ uses : actions/checkout@v5
721721 with :
722722 ref : ${{ inputs.branch }}
723723 - name : Create MSSQL container
@@ -785,7 +785,7 @@ jobs:
785785 runs-on : ubuntu-${{ inputs.ubuntu_version }}
786786 steps :
787787 - name : git checkout
788- uses : actions/checkout@v4
788+ uses : actions/checkout@v5
789789 with :
790790 ref : ${{ inputs.branch }}
791791 - name : apt
@@ -877,7 +877,7 @@ jobs:
877877 runs-on : ubuntu-${{ inputs.ubuntu_version }}
878878 steps :
879879 - name : git checkout
880- uses : actions/checkout@v4
880+ uses : actions/checkout@v5
881881 with :
882882 ref : ${{ inputs.branch }}
883883 - name : apt
@@ -927,38 +927,38 @@ jobs:
927927 CXX : ccache g++
928928 steps :
929929 - name : git checkout PHP
930- uses : actions/checkout@v4
930+ uses : actions/checkout@v5
931931 with :
932932 path : php
933933 ref : ${{ inputs.branch }}
934934 - name : git checkout apcu
935- uses : actions/checkout@v4
935+ uses : actions/checkout@v5
936936 with :
937937 repository : krakjoe/apcu
938938 path : apcu
939939 - name : git checkout imagick
940- uses : actions/checkout@v4
940+ uses : actions/checkout@v5
941941 with :
942942 repository : Imagick/imagick
943943 path : imagick
944944 - name : git checkout memcached
945- uses : actions/checkout@v4
945+ uses : actions/checkout@v5
946946 with :
947947 repository : php-memcached-dev/php-memcached
948948 path : memcached
949949 - name : git checkout redis
950- uses : actions/checkout@v4
950+ uses : actions/checkout@v5
951951 with :
952952 repository : phpredis/phpredis
953953 path : redis
954954 - name : git checkout xdebug
955955 if : false
956- uses : actions/checkout@v4
956+ uses : actions/checkout@v5
957957 with :
958958 repository : xdebug/xdebug
959959 path : xdebug
960960 - name : git checkout yaml
961- uses : actions/checkout@v4
961+ uses : actions/checkout@v5
962962 with :
963963 repository : php/pecl-file_formats-yaml
964964 path : yaml
@@ -1068,7 +1068,7 @@ jobs:
10681068 - name : git config
10691069 run : git config --global core.autocrlf false && git config --global core.eol lf
10701070 - name : git checkout
1071- uses : actions/checkout@v4
1071+ uses : actions/checkout@v5
10721072 with :
10731073 ref : ${{ inputs.branch }}
10741074 - name : Setup
@@ -1089,7 +1089,7 @@ jobs:
10891089 timeout-minutes : 50
10901090 steps :
10911091 - name : git checkout
1092- uses : actions/checkout@v4
1092+ uses : actions/checkout@v5
10931093 with :
10941094 ref : ${{ inputs.branch }}
10951095 - name : FreeBSD
0 commit comments