File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 run : " echo \" COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
4141
4242 - name : " Cache dependencies installed with composer"
43- uses : " actions/cache@v3 "
43+ uses : " actions/cache@v4 "
4444 with :
4545 path : " ${{ env.COMPOSER_CACHE_DIR }}"
4646 key : " php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
Original file line number Diff line number Diff line change 88 runs-on : " ubuntu-22.04"
99 if : github.repository_owner == 'php'
1010 steps :
11- - uses : appleboy/ssh-action@v1.0.0
11+ - uses : appleboy/ssh-action@v1.0.3
1212 with :
1313 host : ${{ secrets.PREVIEW_REMOTE_HOST }}
1414 username : ${{ secrets.PREVIEW_REMOTE_USER }}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 SCRIPT_BEFORE : bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }}
2121 SCRIPT_AFTER : bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }}
2222
23- - uses : peter-evans/find-comment@v2
23+ - uses : peter-evans/find-comment@v3
2424 id : fc
2525 with :
2626 issue-number : ${{ github.event.number }}
2727 comment-author : ' github-actions[bot]'
2828
29- - uses : peter-evans/create-or-update-comment@v3
29+ - uses : peter-evans/create-or-update-comment@v4
3030 with :
3131 issue-number : ${{ github.event.number }}
3232 comment-id : ${{ steps.fc.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments