diff --git a/.github/workflows/markdown-link-check.yaml b/.github/workflows/markdown-link-check.yaml index b95f1c746..6757f50c7 100644 --- a/.github/workflows/markdown-link-check.yaml +++ b/.github/workflows/markdown-link-check.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.16 with: config-file: ".github/markdown-link-check.json" use-quiet-mode: "yes"