From 02758c00315132ca2e077b684e2957b9de00e941 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 25 Mar 2022 10:50:14 -0700 Subject: [PATCH] revert the markdown checker to a previous version (#3272) --- .github/workflows/markdown_linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown_linter.yml b/.github/workflows/markdown_linter.yml index 9ce31ce15..0b7d05976 100644 --- a/.github/workflows/markdown_linter.yml +++ b/.github/workflows/markdown_linter.yml @@ -12,4 +12,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 + - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13