From f7100473160200689f13ae9caf58bef4340ab517 Mon Sep 17 00:00:00 2001 From: ivarmu <26822043+ivarmu@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:58:27 +0100 Subject: [PATCH] updated gaurav-nelson/github-action-markdown-link-check version --- .github/workflows/pre_commit_and_sanity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_commit_and_sanity.yml b/.github/workflows/pre_commit_and_sanity.yml index 9239a8f..f34d9a2 100644 --- a/.github/workflows/pre_commit_and_sanity.yml +++ b/.github/workflows/pre_commit_and_sanity.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: use-quiet-mode: 'yes' use-verbose-mode: 'yes'