From 78a1502848c002e53929cb59d575f4b04f23460c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:42:58 +0000 Subject: [PATCH] [github-workflows]: Bump mbta/actions/build-push-ecr from 2.22 to 2.24 Bumps [mbta/actions/build-push-ecr](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/build-push-ecr 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..acfe9e4 100644 --- a/.github/workflows/deploy-ecs.yml +++ b/.github/workflows/deploy-ecs.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: mbta/actions/build-push-ecr@2c88be6542aa1b129d6a273cae070af9b1e7c076 # v2.22 + - uses: mbta/actions/build-push-ecr@788f8e264e9ebb1b76b927c89e6466d5a162be80 # v2.24 id: build-push with: role-to-assume: ${{ secrets.aws-role-arn }}