File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout"
28
- uses : " actions/checkout@v4 "
28
+ uses : " actions/checkout@v5 "
29
29
with :
30
30
fetch-depth : 2
31
31
58
58
59
59
steps :
60
60
- name : " Checkout"
61
- uses : " actions/checkout@v4 "
61
+ uses : " actions/checkout@v5 "
62
62
with :
63
63
fetch-depth : 2
64
64
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : " Checkout"
17
- uses : " actions/checkout@v4 "
17
+ uses : " actions/checkout@v5 "
18
18
19
19
- name : " Install PHP"
20
20
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : " Checkout"
16
- uses : " actions/checkout@v4 "
16
+ uses : " actions/checkout@v5 "
17
17
with :
18
18
fetch-depth : 2
19
19
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : " Checkout code"
17
- uses : " actions/checkout@v4 "
17
+ uses : " actions/checkout@v5 "
18
18
19
19
- name : " Install PHP"
20
20
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments