diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 93915b1..18f6ee8 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@3faccbcf285e2c0424212c17908f8adcfbd0c2ad + uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec with: config-file: ".markdownlinkcheck.json" check-modified-files-only: "yes" diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 64b4fcb..10cac1a 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@3faccbcf285e2c0424212c17908f8adcfbd0c2ad + uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec with: config-file: ".markdownlinkcheck.json"