diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml index 2ac596190..17794d59f 100644 --- a/.github/workflows/check-markdown-links.yml +++ b/.github/workflows/check-markdown-links.yml @@ -21,7 +21,7 @@ jobs: - name: Create issue if links are broken if: steps.link-check.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const title = '🔗 Broken markdown links detected';