Skip to content

Commit c013f2c

Browse files
Bump appleboy/ssh-action from 1.0.0 to 1.2.2
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.0 to 1.2.2. - [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.0...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3ab333 commit c013f2c

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
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@v4
8282

8383
- name: Deploy to DigitalOcean
84-
uses: appleboy/ssh-action@v1.0.0
84+
uses: appleboy/ssh-action@v1.2.2
8585
with:
8686
host: ${{ secrets.DROPLET_HOST }}
8787
username: deploy

0 commit comments

Comments
 (0)