Skip to content

Commit 1ac621a

Browse files
Pin markdown-link-check to latest working version (#1083)
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
1 parent 474e106 commit 1ac621a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Render .chloggen changelog entries
7777
run: make chlog-preview > changelog_preview.md
7878
- name: Install markdown-link-check
79-
run: npm install -g markdown-link-check
79+
run: npm install -g markdown-link-check@3.12.2
8080
- name: Run markdown-link-check
8181
run: |
8282
markdown-link-check \

0 commit comments

Comments
 (0)