Skip to content

Commit 00ea1c1

Browse files
meta: bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0
Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@e31e87e...33ca3be) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #64243 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 9f0a861 commit 00ea1c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04-arm
1919
steps:
2020
- name: Slack Notification
21-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
21+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # 2.4.0
2222
env:
2323
SLACK_COLOR: '#DE512A'
2424
SLACK_ICON: https://github.com/nodejs.png?size=48
@@ -47,7 +47,7 @@ jobs:
4747
COMMITS: ${{ toJSON(github.event.commits) }}
4848
- name: Slack Notification
4949
if: ${{ failure() && steps.commit-check.conclusion == 'failure' && github.repository == 'nodejs/node' }}
50-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
50+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # 2.4.0
5151
env:
5252
SLACK_COLOR: '#DE512A'
5353
SLACK_ICON: https://github.com/nodejs.png?size=48

.github/workflows/notify-on-review-wanted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
3636
- name: Slack Notification
37-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
37+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # 2.4.0
3838
env:
3939
MSG_MINIMAL: actions url
4040
SLACK_COLOR: '#3d85c6'

0 commit comments

Comments
 (0)