File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
run : " echo \" COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
41
41
42
42
- name : " Cache dependencies installed with composer"
43
- uses : " actions/cache@v3 "
43
+ uses : " actions/cache@v4 "
44
44
with :
45
45
path : " ${{ env.COMPOSER_CACHE_DIR }}"
46
46
key : " php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
Original file line number Diff line number Diff line change 8
8
runs-on : " ubuntu-22.04"
9
9
if : github.repository_owner == 'php'
10
10
steps :
11
- -
uses :
appleboy/[email protected] .0
11
+ -
uses :
appleboy/[email protected] .3
12
12
with :
13
13
host : ${{ secrets.PREVIEW_REMOTE_HOST }}
14
14
username : ${{ secrets.PREVIEW_REMOTE_USER }}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
SCRIPT_BEFORE : bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }}
21
21
SCRIPT_AFTER : bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }}
22
22
23
- - uses : peter-evans/find-comment@v2
23
+ - uses : peter-evans/find-comment@v3
24
24
id : fc
25
25
with :
26
26
issue-number : ${{ github.event.number }}
27
27
comment-author : ' github-actions[bot]'
28
28
29
- - uses : peter-evans/create-or-update-comment@v3
29
+ - uses : peter-evans/create-or-update-comment@v4
30
30
with :
31
31
issue-number : ${{ github.event.number }}
32
32
comment-id : ${{ steps.fc.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments