Skip to content

Commit 01b65ec

Browse files
build(deps): Bump DavidAnson/markdownlint-cli2-action (#279)
Bumps the dependencies group in /.github/workflows with 1 update: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `DavidAnson/markdownlint-cli2-action` from 15.0.0 to 16.0.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v15.0.0...v16.0.0) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74d3fcc commit 01b65ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: "actions/checkout@v4"
1919

2020
- name: "Check Markdown formatting"
21-
uses: "DavidAnson/markdownlint-cli2-action@v15.0.0"
21+
uses: "DavidAnson/markdownlint-cli2-action@v16.0.0"
2222
with:
2323
globs: "*.md|docs/**/*.md"
2424

0 commit comments

Comments
 (0)