Skip to content

Commit 27ee403

Browse files
authored
build(deps): bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#2301)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 22.0.0 to 23.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/ce4853d43830c74c1753b39f3cf40f71c2031eb9"><code>ce4853d</code></a> Update to version 23.0.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/63a898cb49b76a26a0a3f70530e6917c15353072"><code>63a898c</code></a> Improve type fidelity.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/08fc3a21b172038517c83572cf786048cf458ed0"><code>08fc3a2</code></a> Add configPointer input, examples for package.json/pyproject.toml.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/154744fb7a91a75fa504780dd1118f262f1f00b5"><code>154744f</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/d1d523c8944fd078d27353eee558adc4207e1230"><code>d1d523c</code></a> Bump markdownlint-cli2 from 0.21.0 to 0.22.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/619b235bab3aabc522961c6d1c52632dd2938a61"><code>619b235</code></a> Bump eslint from 10.0.3 to 10.1.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/a226cbe56117f41439eb9ec69b4d404eaddd491f"><code>a226cbe</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/5d93b2e51956882fac0ff6308c0e3fba8fdfe65c"><code>5d93b2e</code></a> Migrate from Node.js 20 to Node.js 24.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/0cf8cddd9e0066bdb1f84b7a75b2576f53f6854a"><code>0cf8cdd</code></a> Bump eslint from 10.0.2 to 10.0.3</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/462cc85e3cf3da90c9c8cb57e485ddfb614bcb66"><code>462cc85</code></a> Bump <code>@​stylistic/eslint-plugin</code> from 5.9.0 to 5.10.0</li> <li>Additional commits viewable in <a href="https://github.com/davidanson/markdownlint-cli2-action/compare/07035fd053f7be764496c0f8d8f9f41f98305101...ce4853d43830c74c1753b39f3cf40f71c2031eb9">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=22.0.0&new-version=23.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 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 24bbac2 + 24132dd commit 27ee403

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@07035fd053f7be764496c0f8d8f9f41f98305101
23+
- uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9
2424
with:
2525
globs: |
2626
"**/*.md"

0 commit comments

Comments
 (0)