Skip to content

Commit

Permalink
build(deps): bump mbta/actions from 1 to 2 (#1776)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent b13d9ce commit c30fd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-all
- uses: mbta/actions/dialyzer@v1
- uses: mbta/actions/dialyzer@v2

type_typescript:
name: Type checks / TypeScript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-notify-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
if: inputs.job-status != 'cancelled'
steps:
- uses: mbta/actions/notify-slack-deploy@v1
- uses: mbta/actions/notify-slack-deploy@v2
with:
webhook-url: ${{ secrets.slack-webhook }}
job-status: ${{ inputs.job-status }}
Expand Down

0 comments on commit c30fd6f

Please sign in to comment.