diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f7cb4e4..5b4f905 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Deploy to VPS - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.4 with: host: ${{ secrets.VPS_HOST }} username: ${{ secrets.VPS_USER }}