From 0036161a24395f516f748cf531a0e0fea87b9bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:43:00 +0000 Subject: [PATCH] [github-workflows]: Bump mbta/actions/notify-slack-deploy Bumps [mbta/actions/notify-slack-deploy](https://github.com/mbta/actions) from 2.22 to 2.24. - [Release notes](https://github.com/mbta/actions/releases) - [Commits](https://github.com/mbta/actions/compare/2c88be6542aa1b129d6a273cae070af9b1e7c076...788f8e264e9ebb1b76b927c89e6466d5a162be80) --- updated-dependencies: - dependency-name: mbta/actions/notify-slack-deploy dependency-version: '2.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-ecs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ecs.yml b/.github/workflows/deploy-ecs.yml index 75ebb71..903ce54 100644 --- a/.github/workflows/deploy-ecs.yml +++ b/.github/workflows/deploy-ecs.yml @@ -73,7 +73,7 @@ jobs: ecs-service: ${{ inputs.app-name }}-${{ inputs.environment }} docker-tag: ${{ steps.build-push.outputs.docker-tag }} allow-zero-desired: ${{ inputs.allow-zero-desired && 'true' || 'false' }} - - uses: mbta/actions/notify-slack-deploy@2c88be6542aa1b129d6a273cae070af9b1e7c076 # v2.22 + - uses: mbta/actions/notify-slack-deploy@788f8e264e9ebb1b76b927c89e6466d5a162be80 # v2.24 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.slack-webhook }}