Skip to content

Commit 06acd50

Browse files
committedMar 11, 2024
use last successful version of markdown link check module - retry
1 parent d893b12 commit 06acd50

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#3.12.0
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)