diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a1dd3f7..91ad9ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -183,7 +183,7 @@ jobs: - name: Deploy to DigitalOcean id: deploy - uses: appleboy/ssh-action@v1.0.0 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.DROPLET_HOST }} username: deploy @@ -231,7 +231,7 @@ jobs: - name: Rollback on failure if: failure() && steps.deploy.conclusion == 'failure' - uses: appleboy/ssh-action@v1.0.0 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.DROPLET_HOST }} username: deploy