Skip to content

Commit 8daf962

Browse files
authored
[chore] Pin markdown-link-check version to 3.12.2 (#36231)
## Description Follow-up of #36223 Signed-off-by: odubajDT <[email protected]>
1 parent 07a7ca9 commit 8daf962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Install markdown-link-check
39-
run: npm install -g markdown-link-check
39+
run: npm install -g markdown-link-check@3.12.2
4040

4141
- name: Run markdown-link-check
4242
run: |

0 commit comments

Comments
 (0)