Skip to content

Commit eb9bb95

Browse files
dependabot[bot]targos
authored andcommitted
meta: bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3
Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@c337377...e31e87e) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #58108 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 447ca11 commit eb9bb95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Slack Notification
17-
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2
17+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
1818
env:
1919
SLACK_COLOR: '#DE512A'
2020
SLACK_ICON: https://github.com/nodejs.png?size=48
@@ -57,7 +57,7 @@ jobs:
5757
GH_TOKEN: ${{ github.token }}
5858
- name: Slack Notification
5959
if: ${{ env.INVALID_COMMIT_MESSAGE }}
60-
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2
60+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
6161
env:
6262
SLACK_COLOR: '#DE512A'
6363
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
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
3535
- name: Slack Notification
36-
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2
36+
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
3737
env:
3838
MSG_MINIMAL: actions url
3939
SLACK_COLOR: '#3d85c6'

0 commit comments

Comments
 (0)