File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
if : github.event.pull_request.draft == false
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
19
19
ref : ${{ github.event.client_payload.pull_request.head.ref }}
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Setup PHP
34
34
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Setup PHP
33
33
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments