Skip to content

Commit d893b12

Browse files
committed
use last successful version of markdown link check module
1 parent 6f2ace1 commit d893b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-link-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Install markdown-link-check
18-
run: npm install -g markdown-link-check
18+
run: npm install -g markdown-link-check#3.12.0
1919

2020
- name: Run markdown-link-check
2121
run: |

0 commit comments

Comments
 (0)