[PHP-WEBMASTER] [web-php] master: github-actions(deps): bump appleboy/ssh-action from 1.2.4 to 1.2.5 (#1797)

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2026-02-03T10:55:47+08:00

Commit: github-actions(deps): bump appleboy/ssh-action from 1.2.4 to 1.2.5 (#… · php/web-php@c3f4d84 · GitHub
Raw diff: https://github.com/php/web-php/commit/c3f4d84e65090d7fe2ffa222bf44cd94aa8f41dd.diff

github-actions(deps): bump appleboy/ssh-action from 1.2.4 to 1.2.5 (#1797)

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

Diff:

diff --git a/.github/workflows/pr-closed.yml b/.github/workflows/pr-closed.yml
index 45f8f84bd0..44aa93c3cb 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.2.4
+ - uses: appleboy/ssh-action@v1.2.5
         with:
           host: ${{ secrets.PREVIEW_REMOTE_HOST }}
           username: ${{ secrets.PREVIEW_REMOTE_USER }}