Skip to content

Commit f9496b1

Browse files
build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.3.3
Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.2.0 to 2.3.3. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@12e36fc...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 85a584d commit f9496b1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Notify Slack on failure
50-
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
50+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
5151
env:
5252
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5353
SLACK_CHANNEL: tendermint-internal

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Notify Slack on failure
51-
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
51+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
5252
env:
5353
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5454
SLACK_CHANNEL: tendermint-internal
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Notify Slack on success
67-
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
67+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
6868
env:
6969
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
7070
SLACK_CHANNEL: tendermint-internal

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Notify Slack on failure
50-
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
50+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
5151
env:
5252
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5353
SLACK_CHANNEL: tendermint-internal
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Notify Slack on success
66-
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
66+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
6767
env:
6868
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
6969
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@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
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@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
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
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Notify Slack if any crashers
69-
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
69+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661
7070
env:
7171
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
7272
SLACK_CHANNEL: tendermint-internal

0 commit comments

Comments
 (0)