Skip to content

Commit b7f3a3f

Browse files
Merge pull request #255 from AxonFramework/dependabot/github_actions/voxmedia/github-action-slack-notify-build-1.5.0
Bump voxmedia/github-action-slack-notify-build from 1.1.2 to 1.5.0
2 parents a837759 + a426d17 commit b7f3a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: success()
7070
env:
7171
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
72-
uses: voxmedia/github-action-slack-notify-build@v1.1.2
72+
uses: voxmedia/github-action-slack-notify-build@v1.5.0
7373
with:
7474
channel_id: CAGSEC92A
7575
status: SUCCESS
@@ -79,7 +79,7 @@ jobs:
7979
if: failure()
8080
env:
8181
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
82-
uses: voxmedia/github-action-slack-notify-build@v1.1.2
82+
uses: voxmedia/github-action-slack-notify-build@v1.5.0
8383
with:
8484
channel_id: CAGSEC92A
8585
status: FAILED

0 commit comments

Comments
 (0)