File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v2
16+ - uses : actions/checkout@v4
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 1818 fail-fast : false
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222
2323 - name : Setup PHP
2424 id : setup-php
Original file line number Diff line number Diff line change 1010 redaxo_publish :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - uses : FriendsOfREDAXO/installer-action@v1
1515 with :
1616 myredaxo-username : ${{ secrets.MYREDAXO_USERNAME }}
You can’t perform that action at this time.
0 commit comments