From 227f8879a9e0ce157f1aceb364f18e1683079a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:50:40 +0000 Subject: [PATCH] chore(deps): bump gaurav-nelson/github-action-markdown-link-check Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0f074c8562c5a8fed38282b7c741d1970bb1512d to 25b2c436c653f0d4500d3c2df86e5c14e71e44e1. - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/0f074c8562c5a8fed38282b7c741d1970bb1512d...25b2c436c653f0d4500d3c2df86e5c14e71e44e1) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/daily-link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-link-checker.yml b/.github/workflows/daily-link-checker.yml index ecc4bcbb7f..66330c1e68 100644 --- a/.github/workflows/daily-link-checker.yml +++ b/.github/workflows/daily-link-checker.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Check links - uses: gaurav-nelson/github-action-markdown-link-check@0f074c8562c5a8fed38282b7c741d1970bb1512d + uses: gaurav-nelson/github-action-markdown-link-check@25b2c436c653f0d4500d3c2df86e5c14e71e44e1 id: linkcheck with: use-quiet-mode: "yes"