From 11a5a37aae6723b4cac58e76ef906a128c966b2d Mon Sep 17 00:00:00 2001 From: jack-berg <34418638+jack-berg@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:20:32 -0500 Subject: [PATCH] Use markdown-link-check@3.10.3 (#793) --- .github/workflows/reusable-markdown-link-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-markdown-link-check.yml b/.github/workflows/reusable-markdown-link-check.yml index 97282477..ba995d6d 100644 --- a/.github/workflows/reusable-markdown-link-check.yml +++ b/.github/workflows/reusable-markdown-link-check.yml @@ -10,7 +10,8 @@ jobs: - uses: actions/checkout@v3 - name: Install markdown-link-check - run: npm install -g markdown-link-check + # TODO(jack-berg): use latest when config file reading bug is fixed: https://github.com/tcort/markdown-link-check/issues/246 + run: npm install -g markdown-link-check@3.10.3 - name: Run markdown-link-check run: |