Skip to content

Commit 3b53370

Browse files
authored
fix: Update Deploy action to v5
1 parent aa66d2c commit 3b53370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Deploy to the server
3131
- name: Deploy to production
32-
uses: easingthemes/ssh-deploy@v4.1.8
32+
uses: easingthemes/ssh-deploy@v5
3333
env:
3434
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
3535
ARGS: "-vzhr"

0 commit comments

Comments
 (0)