Skip to content

Commit

Permalink
chore: bump mbta/actions from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [mbta/actions](https://github.com/mbta/actions) from 1 to 2.
- [Release notes](https://github.com/mbta/actions/releases)
- [Commits](mbta/actions@v1...v2)

---
updated-dependencies:
- dependency-name: mbta/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent e52da21 commit 04bb2f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ecs-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ecs-cluster: tablespoon
ecs-service: tablespoon-prod
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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: ~/.asdf
key: ${{ runner.os }}-asdf-v3-${{ hashFiles('.tool-versions') }}
id: asdf-cache
- uses: mbta/actions/reshim-asdf@v1
- uses: mbta/actions/reshim-asdf@v2
- name: Restore dependencies cache
id: deps-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
name: elixir-lcov
path: cover/
- uses: mbta/actions/dialyzer@v1
- uses: mbta/actions/dialyzer@v2

trivy:
name: Trivy vulnerability scanner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ecs-service: ${{ env.ECS_SERVICE }}
docker-tag: ghcr.io/mbta/stunnel:5.72-r0-alpine-3.19.1
launch-type: EXTERNAL
- uses: mbta/actions/notify-slack-deploy@v1
- uses: mbta/actions/notify-slack-deploy@v2
if: ${{ !cancelled() }}
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK }}
Expand Down

0 comments on commit 04bb2f3

Please sign in to comment.