Skip to content

Commit

Permalink
fix(deps): bump appleboy/ssh-action from 0.1.10 to 1.0.3
Browse files Browse the repository at this point in the history
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.10 to 1.0.3.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@v0.1.10...v1.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and davidsandoz committed Feb 9, 2024
1 parent 40e1ae6 commit 1963e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Deploy to staging 🚀
uses: appleboy/ssh-action@v0.1.10
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{secrets.SSH_HOST}}
username: ${{ secrets.SSH_USERNAME }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

steps:
- name: Deploy to production 🚀
uses: appleboy/ssh-action@v0.1.10
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{secrets.SSH_HOST}}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit 1963e46

Please sign in to comment.