Skip to content

Commit ab53e5b

Browse files
authored
[skip-changelog] switch to using the major version ref of the rtCamp/action-slack-notify action (#650)
1 parent fd5b22b commit ab53e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-certificates.yml

+2-2
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
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
107107
env:
108108
SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
109109
SLACK_MESSAGE: |

0 commit comments

Comments
 (0)