|
57 | 57 | # See: https://github.com/rtCamp/action-slack-notify |
58 | 58 | - name: Slack notification of certificate verification failure |
59 | 59 | if: failure() |
60 | | - uses: rtCamp/action-slack-notify@v2.1.0 |
| 60 | + uses: rtCamp/action-slack-notify@v2 |
61 | 61 | env: |
62 | 62 | SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }} |
63 | 63 | SLACK_MESSAGE: | |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | - name: Slack notification of pending certificate expiration |
112 | 112 | # Don't send spurious expiration notification if verification fails |
113 | 113 | if: failure() && steps.check-expiration.outcome == 'failure' |
114 | | - uses: rtCamp/action-slack-notify@v2.1.0 |
| 114 | + uses: rtCamp/action-slack-notify@v2 |
115 | 115 | env: |
116 | 116 | SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }} |
117 | 117 | SLACK_MESSAGE: | |
|
0 commit comments