Skip to content

Commit

Permalink
[chore] Pin markdown-link-check version to 3.12.2 (#36231)
Browse files Browse the repository at this point in the history
## Description

Follow-up of
#36223

Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Nov 6, 2024
1 parent 07a7ca9 commit 8daf962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: Install markdown-link-check
run: npm install -g markdown-link-check
run: npm install -g markdown-link-check@3.12.2

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

0 comments on commit 8daf962

Please sign in to comment.