Skip to content

Commit

Permalink
Bump appleboy/ssh-action from 1.0.1 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 1.0.1 to 1.0.3.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@v1.0.1...v1.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wooferzfg committed Mar 15, 2024
1 parent 04bd2f3 commit a8c2b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# sudo curl -L "https://github.com/docker/compose/releases/download/1.29.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
# sudo chmod o+rwx /usr/local/bin/docker-compose
- name: Deploy using SSH
uses: appleboy/[email protected].1
uses: appleboy/[email protected].3
with:
host: ${{ secrets.EC2_ADDRESS }}
username: ${{ secrets.EC2_USERNAME }}
Expand Down

0 comments on commit a8c2b5b

Please sign in to comment.