diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ab8d43..6bef630 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}