Skip to content

Commit

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

Bumps
[DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action)
from 11 to 12.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/3aaa38e446fbd2c288af4291aa0f55d64651050f"><code>3aaa38e</code></a>
Update documentation and examples to reference <a
href="https://github.com/v12"><code>@​v12</code></a>.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/398af5b96c355a82722e6ececc367596f6b25533"><code>398af5b</code></a>
Freshen generated index.js file.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/efb8a0501c14661147d1e4015e697d605c49ae19"><code>efb8a05</code></a>
Bump eslint from 8.47.0 to 8.48.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/343dd3ebbac369d14eb785b7b35969b383be808b"><code>343dd3e</code></a>
Bump markdownlint-cli2 from 0.9.0 to 0.9.2</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/c78306a302bc19ec1732a4ea45d4e82caa723bff"><code>c78306a</code></a>
Bump tj-actions/changed-files from 37 to 38</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/a7f6b71254c3b9d62269baadd048c48879f10f03"><code>a7f6b71</code></a>
Bump markdownlint-cli2 from 0.8.1 to 0.9.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/425670f1f5254cd73a6a0b2bfbeac1fd5e9b0070"><code>425670f</code></a>
Bump eslint from 8.46.0 to 8.47.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/fb20a4a95b9bdfda66ef29ef9a30eed76155a7a0"><code>fb20a4a</code></a>
Bump eslint from 8.45.0 to 8.46.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/f1c66fdcdd8cdbaf67dbcf9846c1790926967287"><code>f1c66fd</code></a>
Bump eslint-plugin-unicorn from 48.0.0 to 48.0.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/e935f6f69ff359d814698374a71157fe8617a7c5"><code>e935f6f</code></a>
Bump eslint from 8.44.0 to 8.45.0</li>
<li>Additional commits viewable in <a
href="https://github.com/davidanson/markdownlint-cli2-action/compare/v11...v12">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=11&new-version=12)](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 7, 2023
2 parents a7c90b5 + 7fd61af commit 33be672
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@v11
- uses: DavidAnson/markdownlint-cli2-action@v12
with:
globs: "**/*.md"

Expand Down

0 comments on commit 33be672

Please sign in to comment.