[PHP-WEBMASTER] [web-php] dependabot/github_actions/appleboy/ssh-action-1.2.0: github-actions(deps): bump appleboy/ssh-action from 1.1.0 to 1.2.0

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2024-11-18T16:13:19Z

Commit: github-actions(deps): bump appleboy/ssh-action from 1.1.0 to 1.2.0 · php/web-php@dc1e431 · GitHub
Raw diff: https://github.com/php/web-php/commit/dc1e43186b96bdf468a48a8ac7780ffce1a92bb9.diff

github-actions(deps): bump appleboy/ssh-action from 1.1.0 to 1.2.0

Bumps [appleboy/ssh-action](GitHub - appleboy/ssh-action: GitHub Actions for executing remote ssh commands.) from 1.1.0 to 1.2.0.
- [Release notes](Releases · appleboy/ssh-action · GitHub)
- [Changelog](ssh-action/.goreleaser.yaml at master · appleboy/ssh-action · GitHub)
- [Commits](Comparing v1.1.0...v1.2.0 · appleboy/ssh-action · GitHub)

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

Signed-off-by: dependabot[bot] <support@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 a54547ec09..730b94d4f4 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.1.0
+ - uses: appleboy/ssh-action@v1.2.0
         with:
           host: ${{ secrets.PREVIEW_REMOTE_HOST }}
           username: ${{ secrets.PREVIEW_REMOTE_USER }}