diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ab1b823..64be4ea 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@4d97ad89bbb0de4be573a9d7a2fc0ce900afc519 + uses: gaurav-nelson/github-action-markdown-link-check@3faccbcf285e2c0424212c17908f8adcfbd0c2ad with: config-file: ".markdownlinkcheck.json" check-modified-files-only: "yes" diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index a504039..5221b4a 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@4d97ad89bbb0de4be573a9d7a2fc0ce900afc519 + uses: gaurav-nelson/github-action-markdown-link-check@3faccbcf285e2c0424212c17908f8adcfbd0c2ad with: config-file: ".markdownlinkcheck.json"