Skip to content

Commit

Permalink
Merge pull request #173 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 c8d8a7d + ba8d139 commit 80eb17f
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 @@ -44,7 +44,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 @@ -54,7 +54,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 80eb17f

Please sign in to comment.