diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 213f11bd..10a2a5d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: - name: Notify if scheduled run fails id: slack-notify if: ${{ failure() && github.event_name == 'schedule' }} - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook @@ -190,7 +190,7 @@ jobs: - name: Notify if scheduled run fails id: slack-notify if: ${{ failure() && github.event_name == 'schedule' }} - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook