diff --git a/.github/workflows/check-broken-links.yml b/.github/workflows/check-broken-links.yml index 5da3a6d..d20b10f 100644 --- a/.github/workflows/check-broken-links.yml +++ b/.github/workflows/check-broken-links.yml @@ -38,7 +38,7 @@ jobs: - name: Notify Slack on failure if: failure() && steps.internal.outcome == 'failure' && github.event_name == 'schedule' - uses: slackapi/slack-github-action@v2 + uses: slackapi/slack-github-action@v3 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} payload: | @@ -108,7 +108,7 @@ jobs: - name: Notify Slack if broken links found if: steps.lychee.outputs.exit_code != 0 && github.event_name == 'schedule' - uses: slackapi/slack-github-action@v2 + uses: slackapi/slack-github-action@v3 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} payload: |