diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index 4b29dcce6e..568c9e2a62 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -27,7 +27,7 @@ jobs: command: remark-all.sh - name: Send GitHub Action trigger data to Slack workflow id: slack - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 if: failure() env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}