Skip to content

Commit

Permalink
Bump DavidAnson/markdownlint-cli2-action from 10 to 11 (#41)
Browse files Browse the repository at this point in the history
Bumps
[DavidAnson/markdownlint-cli2-action](https://github.com/DavidAnson/markdownlint-cli2-action)
from 10 to 11.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/8f3516061301755c97ff833a8e933f09282cc5b5"><code>8f35160</code></a>
Update documentation and examples to reference <a
href="https://github.com/v11"><code>@​v11</code></a>.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/f70c06957279a5279708964c9ee33470b03e7bbf"><code>f70c069</code></a>
Add &quot;config&quot; and &quot;fix&quot; inputs, deprecate
&quot;command&quot; input.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/85978587f55ee8f85ac06be142434364b2a26c37"><code>8597858</code></a>
Bump markdownlint-cli2 from 0.8.0 to 0.8.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/1b8f59df69c916aa659e084acdb9733dec3418b7"><code>1b8f59d</code></a>
Add opinionated .markdownlint.json from markdownlint-cli2 project,
reflow REA...</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/05f76f99e23440f85295c118328de5040c4c1a90"><code>05f76f9</code></a>
Bump markdownlint-cli2 from 0.7.1 to 0.8.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/0b159894aaf9c324bc28ad60467dac1f824ff4d9"><code>0b15989</code></a>
Bump eslint from 8.41.0 to 8.42.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/98a54bd891f14e8a196de1536dca5d820d90fc70"><code>98a54bd</code></a>
Bump tj-actions/changed-files from 35 to 36</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/15afeecebb55f496b09f66283e211d23fcec52e2"><code>15afeec</code></a>
Bump eslint from 8.40.0 to 8.41.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/e3e8e665745df3902a087d3265bb9bf755815bf0"><code>e3e8e66</code></a>
Bump eslint from 8.39.0 to 8.40.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/29a5d8c965cd1fb1855ee0270dd6bf96bde01c53"><code>29a5d8c</code></a>
Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0</li>
<li>See full diff in <a
href="https://github.com/DavidAnson/markdownlint-cli2-action/compare/v10...v11">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=10&new-version=11)](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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 9cbba50 commit 8e082fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Lint Markdown Files
uses: DavidAnson/markdownlint-cli2-action@v10
uses: DavidAnson/markdownlint-cli2-action@v11
with:
globs: |
**.md
Expand Down

0 comments on commit 8e082fe

Please sign in to comment.