Skip to content

Commit 0154080

Browse files
Bump rtCamp/action-slack-notify from 2.1.0 to 2.2.0
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] <[email protected]>
1 parent fd5b22b commit 0154080

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
@@ -54,7 +54,7 @@ jobs:
5454
# See: https://github.com/rtCamp/action-slack-notify
5555
- name: Slack notification of certificate verification failure
5656
if: failure()
57-
uses: rtCamp/action-slack-notify@v2.1.0
57+
uses: rtCamp/action-slack-notify@v2.2.0
5858
env:
5959
SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
6060
SLACK_MESSAGE: |
@@ -103,7 +103,7 @@ jobs:
103103
- name: Slack notification of pending certificate expiration
104104
# Don't send spurious expiration notification if verification fails
105105
if: failure() && steps.check-expiration.outcome == 'failure'
106-
uses: rtCamp/action-slack-notify@v2.1.0
106+
uses: rtCamp/action-slack-notify@v2.2.0
107107
env:
108108
SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
109109
SLACK_MESSAGE: |

0 commit comments

Comments
 (0)