Skip to content

Commit

Permalink
Bump voxmedia/github-action-slack-notify-build
Browse files Browse the repository at this point in the history
Bumps the github-dependencies group with 1 update: [voxmedia/github-action-slack-notify-build](https://github.com/voxmedia/github-action-slack-notify-build).


Updates `voxmedia/github-action-slack-notify-build` from 1.6.0 to 2
- [Release notes](https://github.com/voxmedia/github-action-slack-notify-build/releases)
- [Changelog](https://github.com/voxmedia/github-action-slack-notify-build/blob/main/CHANGELOG.md)
- [Commits](voxmedia/github-action-slack-notify-build@v1.6.0...v2)

---
updated-dependencies:
- dependency-name: voxmedia/github-action-slack-notify-build
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2024
1 parent ab741c6 commit c5191ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: success()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: voxmedia/github-action-slack-notify-build@v1.6.0
uses: voxmedia/github-action-slack-notify-build@v2
with:
channel_id: CAGSEC92A
status: SUCCESS
Expand All @@ -83,7 +83,7 @@ jobs:
if: failure()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: voxmedia/github-action-slack-notify-build@v1.6.0
uses: voxmedia/github-action-slack-notify-build@v2
with:
channel_id: CAGSEC92A
status: FAILED
Expand Down

0 comments on commit c5191ad

Please sign in to comment.