diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1e6265..1d7b7e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -91,7 +91,7 @@ jobs: - build-sentinel steps: - name: deploy to ecs - uses: appleboy/ssh-action@v1.2.4 + uses: appleboy/ssh-action@v1.2.5 env: INTERNAL_REGISTRY_SERVER: ${{ secrets.INTERNAL_REGISTRY_SERVER }} VERSION_SHORT: ${{ needs.get-version.outputs.version_short }}