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 16
16
17
17
steps :
18
18
- name : " Checkout code"
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : " Setup PHP"
22
22
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : " Checkout code"
15
15
if : github.event.pull_request.head.repo.full_name == github.repository
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
# Must be used to trigger workflow after push
19
19
token : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : " Checkout code"
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- name : " Setup PHP"
29
29
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments