From d594ad38646b9025d9f2c7a7afb515d5b4240a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:44:27 +0000 Subject: [PATCH] build(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 1.0.16 to 1.0.17. - [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/1.0.16...1.0.17) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/md-link-checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml index c45e2d3bcd..3b2b119360 100644 --- a/.github/workflows/md-link-checker.yml +++ b/.github/workflows/md-link-checker.yml @@ -12,7 +12,7 @@ jobs: # Check out the latest version of the code - uses: actions/checkout@v4 # Checks the status of hyperlinks in *.md files in the repo root - - 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: '.' max-depth: 1 @@ -25,7 +25,7 @@ jobs: # Checks the status of hyperlinks in *.md files in the docs/docs folder, # as well as various explicitly listed files throughout the repo. # We don't use this to check the repo root, since there we want to use max-depth=1. - - 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/docs' file-path: 'tests/e2e/README.md'