Skip to content

Commit

Permalink
Pin markdown link check version (#10797)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Mar 11, 2024
1 parent d852ead commit 8b72525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]

- name: Run markdown-link-check
run: |
Expand Down

0 comments on commit 8b72525

Please sign in to comment.