From 3066fe2a8a3365f86ab3d7660fcce9c16fbe92eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:31:13 +0000 Subject: [PATCH] chore: Bump mbta/actions from 1 to 2 Bumps [mbta/actions](https://github.com/mbta/actions) from 1 to 2. - [Release notes](https://github.com/mbta/actions/releases) - [Commits](https://github.com/mbta/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: mbta/actions dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-dev-blue.yml | 2 +- .github/workflows/deploy-dev-green.yml | 2 +- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/elixir.yml | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-dev-blue.yml b/.github/workflows/deploy-dev-blue.yml index 01c7be611..97fb239c2 100644 --- a/.github/workflows/deploy-dev-blue.yml +++ b/.github/workflows/deploy-dev-blue.yml @@ -33,7 +33,7 @@ jobs: ecs-cluster: ${{ env.ECS_CLUSTER }} ecs-service: ${{ env.ECS_SERVICE }} docker-tag: ${{ steps.build-push.outputs.docker-tag }} - - uses: mbta/actions/notify-slack-deploy@v1 + - uses: mbta/actions/notify-slack-deploy@v2 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/deploy-dev-green.yml b/.github/workflows/deploy-dev-green.yml index 346bc0268..30a262b84 100644 --- a/.github/workflows/deploy-dev-green.yml +++ b/.github/workflows/deploy-dev-green.yml @@ -29,7 +29,7 @@ jobs: ecs-cluster: ${{ env.ECS_CLUSTER }} ecs-service: ${{ env.ECS_SERVICE }} docker-tag: ${{ steps.build-push.outputs.docker-tag }} - - uses: mbta/actions/notify-slack-deploy@v1 + - uses: mbta/actions/notify-slack-deploy@v2 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 4a915c5f5..2d378d1df 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -32,7 +32,7 @@ jobs: ecs-cluster: ${{ env.ECS_CLUSTER }} ecs-service: ${{ env.ECS_SERVICE }} docker-tag: ${{ steps.build-push.outputs.docker-tag }} - - uses: mbta/actions/notify-slack-deploy@v1 + - uses: mbta/actions/notify-slack-deploy@v2 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index ce84a262b..daf313cd9 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -30,7 +30,7 @@ jobs: ecs-cluster: ${{ env.ECS_CLUSTER }} ecs-service: ${{ env.ECS_SERVICE }} docker-tag: ${{ steps.build-push.outputs.docker-tag }} - - uses: mbta/actions/notify-slack-deploy@v1 + - uses: mbta/actions/notify-slack-deploy@v2 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 1f414bc41..03453f2b7 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -52,7 +52,7 @@ jobs: path: ~/.asdf key: ${{ runner.os }}-asdf-v3-${{ hashFiles('.tool-versions') }} if: steps.deps-cache.outputs.cache-hit != 'true' - - uses: mbta/actions/reshim-asdf@v1 + - uses: mbta/actions/reshim-asdf@v2 if: steps.deps-cache.outputs.cache-hit != 'true' - name: Install dependencies run: mix deps.get @@ -70,7 +70,7 @@ jobs: with: path: ~/.asdf key: ${{ runner.os }}-asdf-v3-${{ hashFiles('.tool-versions') }} - - uses: mbta/actions/reshim-asdf@v1 + - uses: mbta/actions/reshim-asdf@v2 - name: Restore dependencies cache id: deps-cache uses: actions/cache@v4 @@ -109,7 +109,7 @@ jobs: with: path: ~/.asdf key: ${{ runner.os }}-asdf-v3-${{ hashFiles('.tool-versions') }} - - uses: mbta/actions/reshim-asdf@v1 + - uses: mbta/actions/reshim-asdf@v2 - name: Restore dependencies cache id: deps-cache uses: actions/cache@v4 @@ -145,7 +145,7 @@ jobs: with: path: ~/.asdf key: ${{ runner.os }}-asdf-v3-${{ hashFiles('.tool-versions') }} - - uses: mbta/actions/reshim-asdf@v1 + - uses: mbta/actions/reshim-asdf@v2 - name: Restore dependencies cache id: deps-cache uses: actions/cache@v4