diff --git a/.github/workflows/reusable-markdown-link-check.yml b/.github/workflows/reusable-markdown-link-check.yml index 57e1c792fbfc..51e84620cdd8 100644 --- a/.github/workflows/reusable-markdown-link-check.yml +++ b/.github/workflows/reusable-markdown-link-check.yml @@ -13,7 +13,8 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install markdown-link-check - run: npm install -g markdown-link-check + # https://github.com/tcort/markdown-link-check/issues/297 + run: npm install -g markdown-link-check@3.11.2 - name: Run markdown-link-check run: |