Skip to content

Commit 80f77be

Browse files
Bump DavidAnson/markdownlint-cli2-action from 23.0.0 to 24.0.0 in the dependabot group (#538)
Bumps the dependabot group with 1 update: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `DavidAnson/markdownlint-cli2-action` from 23.0.0 to 24.0.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/8de2aa07cae85fd17c0b35642db70cf5495f1d25"><code>8de2aa0</code></a> Update to version 24.0.0.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/982cff12d7c65821c0dee94705c0881b1726c6ef"><code>982cff1</code></a> Freshen generated package-lock.json file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/2e007a07bb4809742406c9226c4e4937f2275103"><code>2e007a0</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/b25b0411eac314287d0eb6d33c9da6c99c82b471"><code>b25b041</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/d9ad5707f6c638bc9d5e9c46c98c75a7d07f2a81"><code>d9ad570</code></a> Bump markdownlint-cli2 from 0.22.1 to 0.23.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/2d0ebec8eaf1d290f24cfdeb0eaa5b03add6bf1e"><code>2d0ebec</code></a> Address new lint error from previous commit, freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/fcff1161eefc4f4abc780fe732ba51dd6c4da0d2"><code>fcff116</code></a> Bump eslint-plugin-unicorn from 66.0.0 to 68.0.0</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/7c806803da495d8f0d24bc1295b401b3ea38fe75"><code>7c80680</code></a> Bump actions/checkout from 6 to 7</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/501326c71f5d7fd8168403ebbb27500d4d99599a"><code>501326c</code></a> Freshen generated index.js file.</li> <li><a href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/2bfaeca11595e3e14ffd0287630c73a8154d8c2d"><code>2bfaeca</code></a> Address new lint error from previous commit, freshen generated index.js file.</li> <li>Additional commits viewable in <a href="https://github.com/davidanson/markdownlint-cli2-action/compare/ce4853d43830c74c1753b39f3cf40f71c2031eb9...8de2aa07cae85fd17c0b35642db70cf5495f1d25">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=23.0.0&new-version=24.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbb4505 commit 80f77be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mdlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v7
19-
- uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v20
19+
- uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v20
2020
with:
2121
config: .markdownlint.json
2222
globs: |

0 commit comments

Comments
 (0)