From 6b2861f0c01b7fda413354ce5c0e01dfe7431f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:48:29 -0400 Subject: [PATCH] build(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.16 to 1.0.17 (#24246) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/md-link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml index 226ce34c69..e14a182a43 100644 --- a/.github/workflows/md-link-checker.yml +++ b/.github/workflows/md-link-checker.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: cd docs && sh ./pre.sh - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.16 + - uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 with: folder-path: "docs" - run: cd docs && sh ./post.sh