Skip to content

Commit 84d2552

Browse files
authored
build(deps): bump DavidAnson/markdownlint-cli2-action from 20.0.0 to 21.0.0 (#2183)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20.0.0 to 21.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/30a0e04f1870d58f8d717450cc6134995f993c63"><code>30a0e04</code></a> Update to version 21.0.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/6d4a055237f335b06e764242f92b0e062e7f962d"><code>6d4a055</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/d9bf3fbe881bee5546336aecf1561f44a68b7c9f"><code>d9bf3fb</code></a> Bump markdownlint-cli2 from 0.18.1 to 0.19.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/29b4789128417bf7fb32869380e9f0a08c651f13"><code>29b4789</code></a> Bump <code>@​eslint/js</code> from 9.39.0 to 9.39.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/6d600f113b4028d3f120127c298e7597378f2e0a"><code>6d600f1</code></a> Bump eslint from 9.39.0 to 9.39.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/15b21a00afd06ccde3744388f16cbd483012b12d"><code>15b21a0</code></a> Bump <code>@​eslint/js</code> from 9.38.0 to 9.39.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/b259d54d28dff7c01582c0f8fc57b7c3c98ac831"><code>b259d54</code></a> Bump eslint from 9.38.0 to 9.39.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/451cad2cde7304d9c243aaaf2e894d74b428c4be"><code>451cad2</code></a> Bump eslint-plugin-unicorn from 61.0.2 to 62.0.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/c076bbe50e2ba547b66eb496a32a9ea20950d138"><code>c076bbe</code></a> Bump <code>@​stylistic/eslint-plugin</code> from 5.4.0 to 5.5.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/ef464f44a295de1b4c0e9d7337cf31667890dc28"><code>ef464f4</code></a> Bump <code>@​eslint/js</code> from 9.37.0 to 9.38.0</li> <li>Additional commits viewable in <a href="https://github.com/davidanson/markdownlint-cli2-action/compare/992badcdf24e3b8eb7e87ff9287fe931bcb00c6e...30a0e04f1870d58f8d717450cc6134995f993c63">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=20.0.0&new-version=21.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 5c8e528 + 2223939 commit 84d2552

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@v5
2222

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

0 commit comments

Comments
 (0)