From 5611da92fa096c52e27e9de5bfa3f3ed4d59478b Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Wed, 29 Jan 2025 18:47:28 +0100 Subject: [PATCH] bump markdown-link-checker action --- .github/workflows/markdown-link-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"