File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : " Checkout"
24
- uses : " actions/checkout@v4 "
24
+ uses : " actions/checkout@v5 "
25
25
26
26
- name : " Set up PHP"
27
27
uses : " shivammathur/setup-php@v2"
66
66
67
67
steps :
68
68
- name : " Checkout"
69
- uses : " actions/checkout@v4 "
69
+ uses : " actions/checkout@v5 "
70
70
71
71
- name : " Set up PHP"
72
72
uses : " shivammathur/setup-php@v2"
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
steps :
124
124
- name : " Checkout"
125
- uses : " actions/checkout@v4 "
125
+ uses : " actions/checkout@v5 "
126
126
127
127
- name : " Set up PHP"
128
128
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 8
8
runs-on : " ubuntu-22.04"
9
9
if : " github.repository_owner == 'php' && github.event.label.name == 'Status: Preview Allowed'"
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
with :
13
13
ref : " refs/pull/${{ github.event.number }}/merge"
14
14
53
53
HTTP_HOST : " localhost:8080"
54
54
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
with :
58
58
ref : " refs/pull/${{ github.event.number }}/merge"
59
59
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : " Checkout"
26
- uses : " actions/checkout@v4 "
26
+ uses : " actions/checkout@v5 "
27
27
28
28
- name : " Set up PHP"
29
29
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments