From e2848bb5c5113b96f05ee1407a801b1b9c716e96 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 12 Mar 2024 08:06:10 -0700 Subject: [PATCH] Revert "Pin markdown link check version (#10797)" This reverts commit 8b7252577860ff7229aeebd684de68961c6f8af3. --- .github/workflows/reusable-markdown-link-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable-markdown-link-check.yml b/.github/workflows/reusable-markdown-link-check.yml index 15398a571163..afe5a686692f 100644 --- a/.github/workflows/reusable-markdown-link-check.yml +++ b/.github/workflows/reusable-markdown-link-check.yml @@ -13,8 +13,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Install markdown-link-check - # https://github.com/tcort/markdown-link-check/issues/297 - run: npm install -g markdown-link-check@3.11.2 + run: npm install -g markdown-link-check - name: Run markdown-link-check run: |