Skip to content

Commit 0d58aad

Browse files
authored
build(deps): bump DavidAnson/markdownlint-cli2-action from 18.0.0 to 20.0.0 (#1922)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 18.0.0 to 20.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/992badcdf24e3b8eb7e87ff9287fe931bcb00c6e"><code>992badc</code></a> Update to version 20.0.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/fafa44c8d420895b81af631b4477489a9e2e04f5"><code>fafa44c</code></a> Update dependency: markdownlint-cli2 to 0.18.1.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/052b33619488b44c40f00f31e17d7a4f4cf4fd0e"><code>052b336</code></a> Bump eslint-plugin-n from 17.17.0 to 17.18.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/e0b0869c706556249cc82799c9fcfd4259f646f8"><code>e0b0869</code></a> Bump eslint-plugin-unicorn from 59.0.0 to 59.0.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/96cc31310ccfb4e75a935bffafb6a960b1561249"><code>96cc313</code></a> Bump <code>@​eslint/js</code> from 9.25.1 to 9.26.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/66095aa6874af3f7768280cd38b5e97f236e4a6d"><code>66095aa</code></a> Bump eslint from 9.25.1 to 9.26.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/51af1d1b7bc13402e1345b391463408cd066b780"><code>51af1d1</code></a> Bump eslint-plugin-unicorn from 58.0.0 to 59.0.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/81f63045705e8911dd6644c6f008854043d73664"><code>81f6304</code></a> Bump <code>@​eslint/js</code> from 9.25.0 to 9.25.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/e2c95fbdf26d1a8a9b343eb88a4b4d8e762a53b9"><code>e2c95fb</code></a> Bump eslint from 9.25.0 to 9.25.1</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/9f58cc3808058007cebc54088fa42da5075ec634"><code>9f58cc3</code></a> Bump <code>@​eslint/js</code> from 9.24.0 to 9.25.0</li> <li>Additional commits viewable in <a href="https://github.com/davidanson/markdownlint-cli2-action/compare/eb5ca3ab411449c66620fe7f1b3c9e10547144b0...992badcdf24e3b8eb7e87ff9287fe931bcb00c6e">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=18.0.0&new-version=20.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
2 parents 912e056 + 203768b commit 0d58aad

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

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

0 commit comments

Comments
 (0)