diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8a2afbb..26780e6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v4 - name: Deploy to server - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USER }}