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'