Skip to content

Commit

Permalink
update ssh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Nov 23, 2024
1 parent 6c1362b commit da83411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Deploy latest image
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USERNAME }}
Expand Down

0 comments on commit da83411

Please sign in to comment.