Skip to content

Commit

Permalink
chore(fix): update ssh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndu committed Jan 9, 2025
1 parent a84a771 commit 104de19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Deploy to VPS
uses: appleboy/ssh-action@v1
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USER }}
Expand Down

0 comments on commit 104de19

Please sign in to comment.