[PHP-WEBMASTER] [web-php] master: github-actions(deps): bump appleboy/ssh-action from 1.2.2 to 1.2.3 (#1603)

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-11-11T10:41:38+08:00

Commit: github-actions(deps): bump appleboy/ssh-action from 1.2.2 to 1.2.3 (#… · php/web-php@9799963 · GitHub
Raw diff: https://github.com/php/web-php/commit/9799963fb8918e17214f028df7d70d457cab9d3d.diff

github-actions(deps): bump appleboy/ssh-action from 1.2.2 to 1.2.3 (#1603)

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

Diff:

diff --git a/.github/workflows/pr-closed.yml b/.github/workflows/pr-closed.yml
index 95bbae71e5..e149b06619 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.2
+ - uses: appleboy/ssh-action@v1.2.3
         with:
           host: ${{ secrets.PREVIEW_REMOTE_HOST }}
           username: ${{ secrets.PREVIEW_REMOTE_USER }}