Skip to content

Commit 9fc3eff

Browse files
github-actions(deps): bump appleboy/ssh-action from 1.1.0 to 1.2.0 (#1123)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](appleboy/ssh-action@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdf5907 commit 9fc3eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: "ubuntu-22.04"
99
if: github.repository_owner == 'php'
1010
steps:
11-
- uses: appleboy/ssh-action@v1.1.0
11+
- uses: appleboy/ssh-action@v1.2.0
1212
with:
1313
host: ${{ secrets.PREVIEW_REMOTE_HOST }}
1414
username: ${{ secrets.PREVIEW_REMOTE_USER }}

0 commit comments

Comments
 (0)