Skip to content

Commit 9d0596c

Browse files
authored
Merge pull request #32 from gorillamania/dependabot/github_actions/appleboy/ssh-action-1.0.0
Bump appleboy/ssh-action from 0.1.9 to 1.0.0
2 parents 5941e90 + 97a0e3b commit 9d0596c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Deploy via ssh
56-
uses: appleboy/ssh-action@v0.1.9
56+
uses: appleboy/ssh-action@v1.0.0
5757
with:
5858
script: ~/update_teslabot.bash
5959
host: ${{ secrets.DEPLOY_HOST }}

0 commit comments

Comments
 (0)