Skip to content

Commit

Permalink
Merge pull request #349 from AxonFramework/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github-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 Aug 5, 2024
2 parents 961a4e4 + 1f7895e commit 70e4fb5
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 70e4fb5

Please sign in to comment.