Skip to content

Commit

Permalink
Pin markdown-link-check to latest working version (#1083)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Gerstmayr <[email protected]>
  • Loading branch information
andreasgerstmayr authored Nov 6, 2024
1 parent 474e106 commit 1ac621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Render .chloggen changelog entries
run: make chlog-preview > changelog_preview.md
- 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: |
markdown-link-check \
Expand Down

0 comments on commit 1ac621a

Please sign in to comment.