Skip to content

Commit 5fde5c9

Browse files
Bump tcort/github-action-markdown-link-check in the github-actions group (#4298)
Bumps the github-actions group with 1 update: [tcort/github-action-markdown-link-check](https://github.com/tcort/github-action-markdown-link-check). Updates `tcort/github-action-markdown-link-check` from 1.1.1 to 1.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tcort/github-action-markdown-link-check/releases">tcort/github-action-markdown-link-check's releases</a>.</em></p> <blockquote> <h2>Version 1.1.2</h2> <p>Bump version of <code>markdown-link-check</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tcort/github-action-markdown-link-check/commit/e7c7a18363c842693fadde5d41a3bd3573a7a225"><code>e7c7a18</code></a> chore(entrypoint): bump markdown-link-check version</li> <li>See full diff in <a href="https://github.com/tcort/github-action-markdown-link-check/compare/f3d33029dca1c4a24b87e2df648f9f4604ef6533...e7c7a18363c842693fadde5d41a3bd3573a7a225">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tcort/github-action-markdown-link-check&package-manager=github_actions&previous-version=1.1.1&new-version=1.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent a0ef68a commit 5fde5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
15-
- uses: tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533
15+
- uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
1616
with:
1717
use-quiet-mode: 'yes'
1818
config-file: 'mlc_config.json'

0 commit comments

Comments
 (0)