diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a827ce..7b6a784 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -74,7 +74,7 @@ jobs: target: "/tmp" - name: Deploy to server - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.DEPLOY_HOST }} username: os-app