From 5ed3a2e4ad522d25d0db67abb94430c472490dfa Mon Sep 17 00:00:00 2001 From: umbynos Date: Mon, 12 Jul 2021 18:41:44 +0200 Subject: [PATCH] [skip-changelog] switch to using the major version ref of the `rtCamp/action-slack-notify` action --- .github/workflows/check-certificates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-certificates.yml b/.github/workflows/check-certificates.yml index 8776ee28b..5185912ac 100644 --- a/.github/workflows/check-certificates.yml +++ b/.github/workflows/check-certificates.yml @@ -54,7 +54,7 @@ jobs: # See: https://github.com/rtCamp/action-slack-notify - name: Slack notification of certificate verification failure if: failure() - uses: rtCamp/action-slack-notify@v2.1.0 + uses: rtCamp/action-slack-notify@v2 env: SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }} SLACK_MESSAGE: | @@ -103,7 +103,7 @@ jobs: - name: Slack notification of pending certificate expiration # Don't send spurious expiration notification if verification fails if: failure() && steps.check-expiration.outcome == 'failure' - uses: rtCamp/action-slack-notify@v2.1.0 + uses: rtCamp/action-slack-notify@v2 env: SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }} SLACK_MESSAGE: |