From cf949b8a977a73c74ce211e891023a2c41bda0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:54:03 +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 7d83e59a57f3c201c76eed3d33dff64ec4452d27. - [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...7d83e59a57f3c201c76eed3d33dff64ec4452d27) --- 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..937dab6ba0 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@7d83e59a57f3c201c76eed3d33dff64ec4452d27 id: linkcheck with: use-quiet-mode: "yes"