diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ea2fb..57b9348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: - name: 🚀 Deploy to VPS (All-in-One SSH) if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/postman-tests') - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.VPS_IP }} username: ${{ secrets.VPS_USER }}