Skip to content

Commit 90b79aa

Browse files
build(deps): Bump rtCamp/action-slack-notify from 2.1.3 to 2.3.3
Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.1.3 to 2.3.3. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@f565a63...e31e87e) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 936221e commit 90b79aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/e2e-nightly-34x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Notify Slack on failure
52-
uses: rtCamp/action-slack-notify@f565a63638bd3615e76249bffab00fcb9dab90f7
52+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
5353
env:
5454
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5555
SLACK_CHANNEL: tendermint-internal
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Notify Slack on success
68-
uses: rtCamp/action-slack-notify@f565a63638bd3615e76249bffab00fcb9dab90f7
68+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
6969
env:
7070
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
7171
SLACK_CHANNEL: tendermint-internal

.github/workflows/e2e-nightly-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Notify Slack on failure
49-
uses: rtCamp/action-slack-notify@f565a63638bd3615e76249bffab00fcb9dab90f7
49+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
5050
env:
5151
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5252
SLACK_CHANNEL: tendermint-internal
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Notify Slack on success
65-
uses: rtCamp/action-slack-notify@f565a63638bd3615e76249bffab00fcb9dab90f7
65+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
6666
env:
6767
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
6868
SLACK_CHANNEL: tendermint-internal

.github/workflows/fuzz-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Notify Slack if any crashers
75-
uses: rtCamp/action-slack-notify@f565a63638bd3615e76249bffab00fcb9dab90f7
75+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
7676
env:
7777
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
7878
SLACK_CHANNEL: tendermint-internal

0 commit comments

Comments
 (0)