We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06acd50 commit 6b3d144Copy full SHA for 6b3d144
.github/workflows/markdown-link-check.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Install markdown-link-check
18
- run: npm install -g markdown-link-check@3.12.0
+ run: npm install -g markdown-link-check@3.11.2
19
20
- name: Run markdown-link-check
21
run: |
0 commit comments