Skip to content

Commit 8a4cd71

Browse files
committed
Update deps
Closes #936 Closes #937 Closes #938 Closes #939
1 parent e79b414 commit 8a4cd71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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') }}"

.github/workflows/pr-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: "ubuntu-22.04"
99
if: github.repository_owner == 'php'
1010
steps:
11-
- uses: appleboy/[email protected].0
11+
- uses: appleboy/[email protected].3
1212
with:
1313
host: ${{ secrets.PREVIEW_REMOTE_HOST }}
1414
username: ${{ secrets.PREVIEW_REMOTE_USER }}

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)