54
54
runs-on : [self-hosted, gentoo, ppc64]
55
55
steps :
56
56
- name : git checkout
57
- uses : actions/checkout@v4
57
+ uses : actions/checkout@v5
58
58
with :
59
59
ref : ${{ inputs.branch }}
60
60
- name : System info
95
95
image : ' alpine:3.20.1'
96
96
steps :
97
97
- name : git checkout
98
- uses : actions/checkout@v4
98
+ uses : actions/checkout@v5
99
99
with :
100
100
ref : ${{ inputs.branch }}
101
101
- name : apk
@@ -207,7 +207,7 @@ jobs:
207
207
runs-on : ubuntu-${{ matrix.asan && inputs.asan_ubuntu_version || inputs.ubuntu_version }}
208
208
steps :
209
209
- name : git checkout
210
- uses : actions/checkout@v4
210
+ uses : actions/checkout@v5
211
211
with :
212
212
ref : ${{ inputs.branch }}
213
213
- name : Create MSSQL container
@@ -310,7 +310,7 @@ jobs:
310
310
FIREBIRD_PASSWORD : test
311
311
steps :
312
312
- name : git checkout
313
- uses : actions/checkout@v4
313
+ uses : actions/checkout@v5
314
314
with :
315
315
ref : ${{ inputs.branch }}
316
316
- name : apt
@@ -381,7 +381,7 @@ jobs:
381
381
runs-on : macos-${{ matrix.os }}
382
382
steps :
383
383
- name : git checkout
384
- uses : actions/checkout@v4
384
+ uses : actions/checkout@v5
385
385
with :
386
386
ref : ${{ inputs.branch }}
387
387
- name : brew
@@ -459,7 +459,7 @@ jobs:
459
459
runs-on : ubuntu-22.04
460
460
steps :
461
461
- name : git checkout
462
- uses : actions/checkout@v4
462
+ uses : actions/checkout@v5
463
463
with :
464
464
ref : ${{ inputs.branch }}
465
465
- name : Create MSSQL container
@@ -513,7 +513,7 @@ jobs:
513
513
USE_TRACKED_ALLOC : 1
514
514
steps :
515
515
- name : git checkout
516
- uses : actions/checkout@v4
516
+ uses : actions/checkout@v5
517
517
with :
518
518
ref : ${{ inputs.branch }}
519
519
- name : apt
@@ -717,7 +717,7 @@ jobs:
717
717
runs-on : ubuntu-${{ inputs.ubuntu_version }}
718
718
steps :
719
719
- name : git checkout
720
- uses : actions/checkout@v4
720
+ uses : actions/checkout@v5
721
721
with :
722
722
ref : ${{ inputs.branch }}
723
723
- name : Create MSSQL container
@@ -785,7 +785,7 @@ jobs:
785
785
runs-on : ubuntu-${{ inputs.ubuntu_version }}
786
786
steps :
787
787
- name : git checkout
788
- uses : actions/checkout@v4
788
+ uses : actions/checkout@v5
789
789
with :
790
790
ref : ${{ inputs.branch }}
791
791
- name : apt
@@ -877,7 +877,7 @@ jobs:
877
877
runs-on : ubuntu-${{ inputs.ubuntu_version }}
878
878
steps :
879
879
- name : git checkout
880
- uses : actions/checkout@v4
880
+ uses : actions/checkout@v5
881
881
with :
882
882
ref : ${{ inputs.branch }}
883
883
- name : apt
@@ -927,38 +927,38 @@ jobs:
927
927
CXX : ccache g++
928
928
steps :
929
929
- name : git checkout PHP
930
- uses : actions/checkout@v4
930
+ uses : actions/checkout@v5
931
931
with :
932
932
path : php
933
933
ref : ${{ inputs.branch }}
934
934
- name : git checkout apcu
935
- uses : actions/checkout@v4
935
+ uses : actions/checkout@v5
936
936
with :
937
937
repository : krakjoe/apcu
938
938
path : apcu
939
939
- name : git checkout imagick
940
- uses : actions/checkout@v4
940
+ uses : actions/checkout@v5
941
941
with :
942
942
repository : Imagick/imagick
943
943
path : imagick
944
944
- name : git checkout memcached
945
- uses : actions/checkout@v4
945
+ uses : actions/checkout@v5
946
946
with :
947
947
repository : php-memcached-dev/php-memcached
948
948
path : memcached
949
949
- name : git checkout redis
950
- uses : actions/checkout@v4
950
+ uses : actions/checkout@v5
951
951
with :
952
952
repository : phpredis/phpredis
953
953
path : redis
954
954
- name : git checkout xdebug
955
955
if : false
956
- uses : actions/checkout@v4
956
+ uses : actions/checkout@v5
957
957
with :
958
958
repository : xdebug/xdebug
959
959
path : xdebug
960
960
- name : git checkout yaml
961
- uses : actions/checkout@v4
961
+ uses : actions/checkout@v5
962
962
with :
963
963
repository : php/pecl-file_formats-yaml
964
964
path : yaml
@@ -1068,7 +1068,7 @@ jobs:
1068
1068
- name : git config
1069
1069
run : git config --global core.autocrlf false && git config --global core.eol lf
1070
1070
- name : git checkout
1071
- uses : actions/checkout@v4
1071
+ uses : actions/checkout@v5
1072
1072
with :
1073
1073
ref : ${{ inputs.branch }}
1074
1074
- name : Setup
@@ -1089,7 +1089,7 @@ jobs:
1089
1089
timeout-minutes : 50
1090
1090
steps :
1091
1091
- name : git checkout
1092
- uses : actions/checkout@v4
1092
+ uses : actions/checkout@v5
1093
1093
with :
1094
1094
ref : ${{ inputs.branch }}
1095
1095
- name : FreeBSD
0 commit comments