5757 runs-on : [self-hosted, gentoo, ppc64]
5858 steps :
5959 - name : git checkout
60- uses : actions/checkout@v5
60+ uses : actions/checkout@v6
6161 with :
6262 ref : ${{ inputs.branch }}
6363 - name : System info
9898 image : ' alpine:3.22'
9999 steps :
100100 - name : git checkout
101- uses : actions/checkout@v5
101+ uses : actions/checkout@v6
102102 with :
103103 ref : ${{ inputs.branch }}
104104 - name : apk
@@ -199,7 +199,7 @@ jobs:
199199 runs-on : ubuntu-${{ matrix.asan && inputs.asan_ubuntu_version || inputs.ubuntu_version }}
200200 steps :
201201 - name : git checkout
202- uses : actions/checkout@v5
202+ uses : actions/checkout@v6
203203 with :
204204 ref : ${{ inputs.branch }}
205205 - name : Create MSSQL container
@@ -294,7 +294,7 @@ jobs:
294294 FIREBIRD_PASSWORD : test
295295 steps :
296296 - name : git checkout
297- uses : actions/checkout@v5
297+ uses : actions/checkout@v6
298298 with :
299299 ref : ${{ inputs.branch }}
300300 - name : apt
@@ -357,7 +357,7 @@ jobs:
357357 runs-on : macos-${{ matrix.os }}
358358 steps :
359359 - name : git checkout
360- uses : actions/checkout@v5
360+ uses : actions/checkout@v6
361361 with :
362362 ref : ${{ inputs.branch }}
363363 - name : Update clang
@@ -429,7 +429,7 @@ jobs:
429429 runs-on : ubuntu-22.04
430430 steps :
431431 - name : git checkout
432- uses : actions/checkout@v5
432+ uses : actions/checkout@v6
433433 with :
434434 ref : ${{ inputs.branch }}
435435 - name : Create MSSQL container
@@ -477,7 +477,7 @@ jobs:
477477 USE_TRACKED_ALLOC : 1
478478 steps :
479479 - name : git checkout
480- uses : actions/checkout@v5
480+ uses : actions/checkout@v6
481481 with :
482482 ref : ${{ inputs.branch }}
483483 - name : apt
@@ -676,7 +676,7 @@ jobs:
676676 runs-on : ubuntu-${{ inputs.ubuntu_version }}
677677 steps :
678678 - name : git checkout
679- uses : actions/checkout@v5
679+ uses : actions/checkout@v6
680680 with :
681681 ref : ${{ inputs.branch }}
682682 - name : Create MSSQL container
@@ -734,7 +734,7 @@ jobs:
734734 runs-on : ubuntu-${{ inputs.ubuntu_version }}
735735 steps :
736736 - name : git checkout
737- uses : actions/checkout@v5
737+ uses : actions/checkout@v6
738738 with :
739739 ref : ${{ inputs.branch }}
740740 - name : apt
@@ -820,7 +820,7 @@ jobs:
820820 runs-on : ubuntu-${{ inputs.ubuntu_version }}
821821 steps :
822822 - name : git checkout
823- uses : actions/checkout@v5
823+ uses : actions/checkout@v6
824824 with :
825825 ref : ${{ inputs.branch }}
826826 - name : apt
@@ -865,38 +865,38 @@ jobs:
865865 CXX : ccache g++
866866 steps :
867867 - name : git checkout PHP
868- uses : actions/checkout@v5
868+ uses : actions/checkout@v6
869869 with :
870870 path : php
871871 ref : ${{ inputs.branch }}
872872 - name : git checkout apcu
873- uses : actions/checkout@v5
873+ uses : actions/checkout@v6
874874 with :
875875 repository : krakjoe/apcu
876876 path : apcu
877877 - name : git checkout imagick
878- uses : actions/checkout@v5
878+ uses : actions/checkout@v6
879879 with :
880880 repository : Imagick/imagick
881881 path : imagick
882882 - name : git checkout memcached
883- uses : actions/checkout@v5
883+ uses : actions/checkout@v6
884884 with :
885885 repository : php-memcached-dev/php-memcached
886886 path : memcached
887887 - name : git checkout redis
888- uses : actions/checkout@v5
888+ uses : actions/checkout@v6
889889 with :
890890 repository : phpredis/phpredis
891891 path : redis
892892 - name : git checkout xdebug
893893 if : false
894- uses : actions/checkout@v5
894+ uses : actions/checkout@v6
895895 with :
896896 repository : xdebug/xdebug
897897 path : xdebug
898898 - name : git checkout yaml
899- uses : actions/checkout@v5
899+ uses : actions/checkout@v6
900900 with :
901901 repository : php/pecl-file_formats-yaml
902902 path : yaml
@@ -1001,7 +1001,7 @@ jobs:
10011001 - name : git config
10021002 run : git config --global core.autocrlf false && git config --global core.eol lf
10031003 - name : git checkout
1004- uses : actions/checkout@v5
1004+ uses : actions/checkout@v6
10051005 with :
10061006 ref : ${{ inputs.branch }}
10071007 - name : Setup
@@ -1022,7 +1022,7 @@ jobs:
10221022 timeout-minutes : 50
10231023 steps :
10241024 - name : git checkout
1025- uses : actions/checkout@v5
1025+ uses : actions/checkout@v6
10261026 with :
10271027 ref : ${{ inputs.branch }}
10281028 - name : FreeBSD
0 commit comments