Skip to content

Commit

Permalink
chore(deps): bump DavidAnson/markdownlint-cli2-action from 12 to 13 (#…
Browse files Browse the repository at this point in the history
…421)

Bumps
[DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action)
from 12 to 13.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/ed4dec634fd2ef689c7061d5647371d8248064f1"><code>ed4dec6</code></a>
Update documentation and examples to reference <a
href="https://github.com/v13"><code>@​v13</code></a>.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/88364f7452f3be2f160f00a8a78d7585402390e4"><code>88364f7</code></a>
Update to version 13.0.0.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/fd6c956adb26bd7d5ab846351dbd60b15eab9e49"><code>fd6c956</code></a>
Run &quot;npm pkg fix&quot;, fill in missing &quot;version&quot;
property.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/20d2d1c43a9fc07278e348bc157eff3d9c8f4481"><code>20d2d1c</code></a>
Freshen generated index.js file.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/ccde71ff7c9fa9c696c8f7833f1ace634698dbf5"><code>ccde71f</code></a>
Update non-example GitHub Workflows to ignore &quot;push&quot; actions
to &quot;dependabot/*...</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/1b14491c072bf68e11b6b1ad3d368c6e7043bf7c"><code>1b14491</code></a>
Bump markdownlint-cli2 from 0.9.2 to 0.10.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/598e368dc300f1fe64314f2ac7bc52e930b601a9"><code>598e368</code></a>
Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/efc071a932d273796499dfc1524e89360e6c8370"><code>efc071a</code></a>
Bump eslint from 8.48.0 to 8.49.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/fdba01a62ad3a6a7df99fb553a35bf991bf730e0"><code>fdba01a</code></a>
Bump <code>@​vercel/ncc</code> from 0.36.1 to 0.38.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/b5f84f73fbe3c3f9b97070802e2fdf474974c1d9"><code>b5f84f7</code></a>
Bump actions/checkout from 3 to 4</li>
<li>Additional commits viewable in <a
href="https://github.com/davidanson/markdownlint-cli2-action/compare/v12...v13">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=12&new-version=13)](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>
  • Loading branch information
nick-mobilecoin authored Sep 21, 2023
2 parents 14c59a6 + 93a0ebc commit 7521f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: r7kamura/rust-problem-matchers@v1
- run: cargo fmt --all -- --check
- uses: xt0rted/markdownlint-problem-matcher@v2
- uses: DavidAnson/markdownlint-cli2-action@v12
- uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: "**/*.md"

Expand Down

0 comments on commit 7521f79

Please sign in to comment.