From eaf24c71e2c9a3babbebec08088c34612be14562 Mon Sep 17 00:00:00 2001 From: Christian Storm Date: Fri, 15 Mar 2024 12:56:15 +0100 Subject: [PATCH] chore(deps): pin markdown-link-check@3.11.2 Pin markdown-link-check to version 3.11.2 until https://github.com/tcort/markdown-link-check/issues/304 is resolved in the 3.12.x series. Signed-off-by: Christian Storm --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b00ea922..461edef1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -44,7 +44,7 @@ jobs: - run: sudo apt-get update -q && sudo apt-get install -y --no-install-recommends make imagemagick librsvg2-bin # check for broken links - - run: sudo npm install -g markdown-link-check + - run: sudo npm install -g markdown-link-check@3.11.2 - run: just check-md-links - run: cd hugo && npm ci