From 07f2f7c6a19cf737559b2b635fe3c5c9e6b2ef62 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Sat, 26 Mar 2022 22:52:19 +0800 Subject: [PATCH] Pin dead-link-checker to fixed version (#131) --- .github/workflows/dead-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dead-link-checker.yaml b/.github/workflows/dead-link-checker.yaml index 19345859c..6090dc8df 100644 --- a/.github/workflows/dead-link-checker.yaml +++ b/.github/workflows/dead-link-checker.yaml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 - - run: sudo npm install -g markdown-link-check + - run: sudo npm install -g markdown-link-check@3.8.7 - run: | for file in $(find . -name "*.md"); do markdown-link-check -c .dlc.json -q "$file"