Skip to content

Commit e875b67

Browse files
Bump appleboy/ssh-action from 1.0.3 to 1.1.0 (#438)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sean Donaghy <118148642+SPDonaghy@users.noreply.github.com>
1 parent 2e6b735 commit e875b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout workspace
1515
uses: actions/checkout@v4
1616
- name: Update docker image
17-
uses: appleboy/ssh-action@v1.0.3
17+
uses: appleboy/ssh-action@v1.1.0
1818
with:
1919
host: ${{ secrets.SSH_HOST }}
2020
username: ${{ secrets.SSH_USERNAME }}

0 commit comments

Comments
 (0)