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

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-12-03T09:51:41+03:00

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

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

Bumps [appleboy/ssh-action](GitHub - appleboy/ssh-action: GitHub Actions for executing remote ssh commands.) from 1.2.3 to 1.2.4.
- [Release notes](Releases · appleboy/ssh-action · GitHub)
- [Commits](Comparing v1.2.3...v1.2.4 · appleboy/ssh-action · GitHub)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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

Diff:

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