Skip to content

Commit 4ce69b6

Browse files
authored
build(deps): bump DavidAnson/markdownlint-cli2-action from 21.0.0 to 22.0.0 (#2211)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 21.0.0 to 22.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/07035fd053f7be764496c0f8d8f9f41f98305101"><code>07035fd</code></a> Update to version 22.0.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/d74d6a504e5f2a200a3b9a5af7c74fbbc3f1d0a3"><code>d74d6a5</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/ecaf45cd0e2080a3cf1c433606dacea8d4b8cf55"><code>ecaf45c</code></a> Bump markdownlint-cli2 from 0.19.1 to 0.20.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/e4bf40dee69f036098589e4b9dbb433098fda5d3"><code>e4bf40d</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/ae047c4d45a8e75f5c1aa0dc7b8d71a102fc8769"><code>ae047c4</code></a> Bump markdownlint-cli2 from 0.19.0 to 0.19.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/db7ea3f7fb64b40888e1a1bb732dbc804f305023"><code>db7ea3f</code></a> Bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/bfd3fdc8e281653c43afbfbf5f4b31bf25ba1109"><code>bfd3fdc</code></a> Bump <code>@​stylistic/eslint-plugin</code> from 5.6.0 to 5.6.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/43dc18c80bec558d5f444fc9f507792390450296"><code>43dc18c</code></a> Bump <code>@​stylistic/eslint-plugin</code> from 5.5.0 to 5.6.0</li> <li>See full diff in <a href="https://github.com/davidanson/markdownlint-cli2-action/compare/30a0e04f1870d58f8d717450cc6134995f993c63...07035fd053f7be764496c0f8d8f9f41f98305101">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DavidAnson/markdownlint-cli2-action&package-manager=github_actions&previous-version=21.0.0&new-version=22.0.0)](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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 80b4d1e + 9f0691b commit 4ce69b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222

23-
- uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63
23+
- uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101
2424
with:
2525
globs: |
2626
"**/*.md"

0 commit comments

Comments
 (0)