diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62815d0..7e35096 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: push: true tags: swiftfiddle/swiftfiddle-lsp:latest - - uses: appleboy/ssh-action@v0.1.1 + - uses: appleboy/ssh-action@v0.1.10 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }}