From 629e48f94401d5534bc86949289bb1762c18ae3b Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 11 May 2022 15:47:45 -0400 Subject: [PATCH] Bump markdown-link-check to the current tip This hasn't been released yet but fixes the safe directories git errors. Signed-off-by: Daniel Farrell --- .github/workflows/linting.yml | 2 +- .github/workflows/periodic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 5895e0f..405403c 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 + uses: gaurav-nelson/github-action-markdown-link-check@228fbf4ffb2a86a65314866e9b2322b519fd885f with: config-file: ".markdownlinkcheck.json" check-modified-files-only: "yes" diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index d00fadd..730f4c4 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 + uses: gaurav-nelson/github-action-markdown-link-check@228fbf4ffb2a86a65314866e9b2322b519fd885f with: config-file: ".markdownlinkcheck.json"