ci: update actions version, reuse workflow by composite action (#33177)

This commit is contained in:
Stephen Zhou
2026-03-09 23:44:17 +08:00
committed by GitHub
parent 7737bdc699
commit a59c54b3e7
21 changed files with 115 additions and 156 deletions

View File

@ -16,7 +16,7 @@ jobs:
github.event.workflow_run.head_branch == 'deploy/dev'
steps:
- name: Deploy to server
uses: appleboy/ssh-action@v1
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}