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 1313 if : github.event.pull_request.draft == false
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
1919 ref : ${{ github.event.client_payload.pull_request.head.ref }}
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : Setup PHP
3434 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Setup PHP
3333 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments