Skip to content

Commit c73075f

Browse files
committed
fix: Update SSH action version in deployment workflow
1 parent 3f41552 commit c73075f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: ✉️ Run deploy commands on VPS
17-
uses: appleboy/ssh-action@v1.0.0
17+
uses: appleboy/ssh-action@master
1818
with:
1919
host: ${{ vars.SSH_HOST }}
2020
username: ${{ vars.SSH_USER }}

0 commit comments

Comments
 (0)