Skip to content

Commit 6c1adfb

Browse files
Bump rtCamp/action-slack-notify from 2.1.0 to 2.2.0 (#1375)
Bumps [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/rtCamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7138650 commit 6c1adfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-certificates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# See: https://github.com/rtCamp/action-slack-notify
5757
- name: Slack notification of certificate verification failure
5858
if: failure()
59-
uses: rtCamp/action-slack-notify@v2.1.0
59+
uses: rtCamp/action-slack-notify@v2.2.0
6060
env:
6161
SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
6262
SLACK_MESSAGE: |
@@ -110,7 +110,7 @@ jobs:
110110
- name: Slack notification of pending certificate expiration
111111
# Don't send spurious expiration notification if verification fails
112112
if: failure() && steps.check-expiration.outcome == 'failure'
113-
uses: rtCamp/action-slack-notify@v2.1.0
113+
uses: rtCamp/action-slack-notify@v2.2.0
114114
env:
115115
SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
116116
SLACK_MESSAGE: |

0 commit comments

Comments
 (0)