Skip to content

Commit

Permalink
[github-workflows]: Bump mbta/actions from 1 to 2 (#33)
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 May 29, 2024
1 parent ac92a53 commit cbd04e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
key: ${{ runner.os }}-asdf-v2-${{ hashFiles('.tool-versions') }}
id: asdf-cache
- name: Setup ASDF environment
uses: mbta/actions/reshim-asdf@v1
uses: mbta/actions/reshim-asdf@v2
- name: Shellcheck
run: shellcheck -a -S style .github/*.sh
- name: Check workflow files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ecs-cluster: ${{ inputs.cluster || inputs.app-name }}
ecs-service: ${{ inputs.app-name }}-${{ inputs.environment }}
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-prem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
curl -o .github/await_command_finish.sh https://raw.githubusercontent.com/${{ inputs.await-ref }}/.github/await_command_finish.sh
fi
bash .github/await_command_finish.sh ${{ inputs.on-prem-cluster }} ${{ steps.deploy.outputs.command_id }} DockerStackDeploy
- uses: mbta/actions/notify-slack-deploy@v1
- uses: mbta/actions/notify-slack-deploy@v2
if: inputs.notify-slack && !cancelled()
with:
webhook-url: ${{ secrets.slack-webhook }}
Expand Down

0 comments on commit cbd04e1

Please sign in to comment.