From 46c1856787b6dbd737e69a7f95745d7c4d40442b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:43:02 +0000 Subject: [PATCH] [github-workflows]: Bump mbta/actions/notify-slack-deploy Bumps [mbta/actions/notify-slack-deploy](https://github.com/mbta/actions) from 2.20 to 2.21. - [Release notes](https://github.com/mbta/actions/releases) - [Commits](https://github.com/mbta/actions/compare/d37877022d4ae12e96663d2e0a970a5214a2e232...62db3e5c547c3c7f439c4a7fb98e69fc79c1a9cc) --- updated-dependencies: - dependency-name: mbta/actions/notify-slack-deploy dependency-version: '2.21' 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 2184417..ab80d47 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@d37877022d4ae12e96663d2e0a970a5214a2e232 # v2.20 + - uses: mbta/actions/notify-slack-deploy@62db3e5c547c3c7f439c4a7fb98e69fc79c1a9cc # v2.21 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.slack-webhook }}