Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2024-10-07T16:18:56Z
Commit: https://github.com/php/web-php/commit/df40c71a85a9baed091110ce875f6d0ed0fbe0be Raw diff: https://github.com/php/web-php/commit/df40c71a85a9baed091110ce875f6d0ed0fbe0be.diff github-actions(deps): bump appleboy/ssh-action from 1.0.3 to 1.1.0 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.1.0. - [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.0.3...v1.1.0) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@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 a3823183b2..a54547ec09 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.0.3 + - uses: appleboy/ssh-action@v1.1.0 with: host: ${{ secrets.PREVIEW_REMOTE_HOST }} username: ${{ secrets.PREVIEW_REMOTE_USER }}