File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : " Checkout"
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : " Install PHP"
19
19
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : " Checkout"
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 2
32
32
59
59
60
60
steps :
61
61
- name : " Checkout"
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : 2
65
65
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : " Checkout code"
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : " Install PHP"
19
19
uses : " shivammathur/setup-php@v2"
34
34
35
35
steps :
36
36
- name : " Checkout code"
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
39
39
- name : " Install PHP"
40
40
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments