Author: Sergey Panteleev (saundefined)
Date: 2024-02-12T20:21:26+03:00

Commit: 
https://github.com/php/web-php/commit/8a4cd71fb5d05ee3ef83190db85cbf3e58a9ee59
Raw diff: 
https://github.com/php/web-php/commit/8a4cd71fb5d05ee3ef83190db85cbf3e58a9ee59.diff

Update deps

Closes #936
Closes #937
Closes #938
Closes #939

Changed paths:
  M  .github/workflows/integrate.yaml
  M  .github/workflows/pr-closed.yml
  M  .github/workflows/pr-preview.yml


Diff:

diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml
index 33789ca633..679ea2ef2a 100644
--- a/.github/workflows/integrate.yaml
+++ b/.github/workflows/integrate.yaml
@@ -40,7 +40,7 @@ jobs:
         run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> 
$GITHUB_ENV"
 
       - name: "Cache dependencies installed with composer"
-        uses: "actions/cache@v3"
+        uses: "actions/cache@v4"
         with:
           path: "${{ env.COMPOSER_CACHE_DIR }}"
           key: "php-${{ matrix.php-version }}-composer-${{ 
hashFiles('composer.lock') }}"
diff --git a/.github/workflows/pr-closed.yml b/.github/workflows/pr-closed.yml
index e2c58a93f3..a745b6e0ef 100644
--- a/.github/workflows/pr-closed.yml
+++ b/.github/workflows/pr-closed.yml
@@ -8,7 +8,7 @@ jobs:
     runs-on: "ubuntu-22.04"
     if: github.repository_owner == 'php'
     steps:
-      - uses: appleboy/ssh-action@v1.0.0
+      - uses: appleboy/ssh-action@v1.0.3
         with:
           host: ${{ secrets.PREVIEW_REMOTE_HOST }}
           username: ${{ secrets.PREVIEW_REMOTE_USER }}
diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml
index c6fc509433..2c62f78f67 100644
--- a/.github/workflows/pr-preview.yml
+++ b/.github/workflows/pr-preview.yml
@@ -20,13 +20,13 @@ jobs:
           SCRIPT_BEFORE: bash /home/thephpfoundation/scripts/pr_created_pre.sh 
web-php ${{ github.event.number }}
           SCRIPT_AFTER: bash /home/thephpfoundation/scripts/pr_created.sh 
web-php ${{ github.event.number }}
 
-      - uses: peter-evans/find-comment@v2
+      - uses: peter-evans/find-comment@v3
         id: fc
         with:
           issue-number: ${{ github.event.number }}
           comment-author: 'github-actions[bot]'
 
-      - uses: peter-evans/create-or-update-comment@v3
+      - uses: peter-evans/create-or-update-comment@v4
         with:
           issue-number: ${{ github.event.number }}
           comment-id: ${{ steps.fc.outputs.comment-id }}

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to