Skip to content

Commit

Permalink
pin markdown-link-check to 3.12.2 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored Nov 6, 2024
1 parent 429b99c commit 8865664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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 8865664

Please sign in to comment.