Skip to content

Commit

Permalink
Merge pull request #93 from AxonFramework/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub-dependencies-e8c90de2ed

Bump voxmedia/github-action-slack-notify-build from 1.6.0 to 2 in the github-dependencies group
  • Loading branch information
smcvb authored Apr 15, 2024
2 parents 5a61248 + a77e8b9 commit 1139460
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 @@ -81,7 +81,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 @@ -91,7 +91,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 1139460

Please sign in to comment.