Skip to content

Commit 3376955

Browse files
chore: bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3 (#380)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 998e930 commit 3376955

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Alert on Failure
4747
if: failure() && github.repository == 'nodejs/release-cloudflare-worker'
48-
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2
48+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
4949
env:
5050
SLACK_COLOR: '#DE512A'
5151
SLACK_ICON: https://github.com/nodejs.png?size=48

.github/workflows/notify-on-force-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
egress-policy: audit
2121

2222
- name: Slack Notification
23-
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2
23+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
2424
env:
2525
SLACK_COLOR: '#DE512A'
2626
SLACK_ICON: https://github.com/nodejs.png?size=48

.github/workflows/update-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Alert on Failure
7474
if: failure() && github.repository == 'nodejs/release-cloudflare-worker'
75-
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2
75+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
7676
env:
7777
SLACK_COLOR: '#DE512A'
7878
SLACK_ICON: https://github.com/nodejs.png?size=48

0 commit comments

Comments
 (0)