Skip to content

Commit df40c71

Browse files
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](appleboy/ssh-action@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] <support@github.com>
1 parent f9d05d6 commit df40c71

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.0.3
11+
- uses: appleboy/ssh-action@v1.1.0
1212
with:
1313
host: ${{ secrets.PREVIEW_REMOTE_HOST }}
1414
username: ${{ secrets.PREVIEW_REMOTE_USER }}

0 commit comments

Comments
 (0)