Skip to content

Commit 8ea69b8

Browse files
Bump becheran/mlc from 0.21.0 to 1.0.0 (#852)
Bumps [becheran/mlc](https://github.com/becheran/mlc) from 0.21.0 to 1.0.0. - [Release notes](https://github.com/becheran/mlc/releases) - [Changelog](https://github.com/becheran/mlc/blob/master/CHANGELOG.md) - [Commits](becheran/mlc@c925f90...18a06b3) --- updated-dependencies: - dependency-name: becheran/mlc dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e01edc1 commit 8ea69b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- name: Markup Link Checker (mlc)
22-
uses: becheran/mlc@c925f90a9a25e16e4c4bfa29058f6f9ffa9f0d8c # v0.21.0
22+
uses: becheran/mlc@18a06b3aa2901ca197de59c8b0b1f54fdba6b3fa # v1.0.0
2323
with:
2424
# Ignore external links that result in 403 errors during CI. Do not warn for redirects where we want to keep the vanity URL in the markdown or for GitHub links that redirect to the login, and DocFX snippet links.
2525
args: --ignore-links "https://www.anthropic.com/*,https://hackerone.com/anthropic-vdp/*" --do-not-warn-for-redirect-to "https://modelcontextprotocol.io/*,https://github.com/login?*" --ignore-links "*samples/*?name=snippet_*" ./docs

0 commit comments

Comments
 (0)