Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: saundefined Date: 2025-03-10T22:16:18+03:00
Commit: https://github.com/php/web-php/commit/1558bf47049c80a1dbda04ad8113e5c49eaed0d4 Raw diff: https://github.com/php/web-php/commit/1558bf47049c80a1dbda04ad8113e5c49eaed0d4.diff github-actions(deps): bump appleboy/ssh-action from 1.2.1 to 1.2.2 (#1241) Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@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 4d4b22b228..95bbae71e5 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.1 + - uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.PREVIEW_REMOTE_HOST }} username: ${{ secrets.PREVIEW_REMOTE_USER }}