diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 07cbc72..eb3ba43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: push: true tags: swiftfiddle/swiftfiddle-lsp:latest - - uses: appleboy/ssh-action@v1.1.0 + - uses: appleboy/ssh-action@v1.2.0 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }}