Skip to content

Commit 915e8a1

Browse files
chore(deps): bump appleboy/ssh-action from 1.0.3 to 1.2.1 (#479)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.2.1. - [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.2.1) --- 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 1ba2231 commit 915e8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: master
1515

1616
- name: executing remote ssh commands using ssh key
17-
uses: appleboy/ssh-action@v1.0.3
17+
uses: appleboy/ssh-action@v1.2.1
1818
with:
1919
host: ${{ secrets.HOST }}
2020
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)