Skip to content

Commit

Permalink
Bump appleboy/ssh-action from 0.1.8 to 0.1.9 (#41)
Browse files Browse the repository at this point in the history
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@b601429...5f64c95)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2023
1 parent 786d9e3 commit e4b6f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pytest
- name: update & restart app via ssh
uses: appleboy/ssh-action@b60142998894e495c513803efc6d5d72a72c968a
uses: appleboy/ssh-action@5f64c95280a8e7632da28096e00ccaecb296d200
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
Expand Down

0 comments on commit e4b6f68

Please sign in to comment.