diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 7dbc05c2..191d0e26 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -150,7 +150,7 @@ jobs: env: ${{ needs.metadata.outputs.stage }} - name: Deploy - uses: appleboy/ssh-action@334f9259f2f8eb3376d33fa4c684fff373f2c2a6 # v0.1.10 + uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799 # v1.0.0 env: STAGE: ${{ needs.metadata.outputs.stage }} with: