Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2025-11-10T16:30:52Z
Commit: https://github.com/php/web-php/commit/7be3aafd447076ceef9dd307ed57724c9f5a9c86 Raw diff: https://github.com/php/web-php/commit/7be3aafd447076ceef9dd307ed57724c9f5a9c86.diff github-actions(deps): bump appleboy/ssh-action from 1.2.2 to 1.2.3 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.2 to 1.2.3. - [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.2...v1.2.3) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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/[email protected] + - uses: appleboy/[email protected] with: host: ${{ secrets.PREVIEW_REMOTE_HOST }} username: ${{ secrets.PREVIEW_REMOTE_USER }}
