Skip to content

Commit

Permalink
build(deps): bump gaurav-nelson/github-action-markdown-link-check fro…
Browse files Browse the repository at this point in the history
…m 1.0.15 to 1.0.16 (#2481)

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.15 to 1.0.16.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@1.0.15...1.0.16)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2025
1 parent 39025cf commit 190565e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].15
- uses: gaurav-nelson/[email protected].16
with:
folder-path: '.'
max-depth: 1
Expand All @@ -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/[email protected].15
- uses: gaurav-nelson/[email protected].16
with:
folder-path: 'docs/docs'
file-path: 'tests/e2e/README.md'

0 comments on commit 190565e

Please sign in to comment.