diff --git a/.github/workflows/staging-deploy.yml b/.github/workflows/staging-deploy.yml index 37854fdc9..b16fa5ed9 100644 --- a/.github/workflows/staging-deploy.yml +++ b/.github/workflows/staging-deploy.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: SSH into server and restart container using Docker Compose - uses: appleboy/ssh-action@v1.0.0 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.STAGING_SERVER_HOST }} username: ${{ secrets.STAGING_SERVER_USER }}