Skip to content

Commit 9dfb6f1

Browse files
build(deps): Bump DavidAnson/markdownlint-cli2-action from 18 to 19 (#2655)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 18 to 19. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v18...v19) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4181d03 commit 9dfb6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
files: "**/*.md"
4747
separator: ","
48-
- uses: DavidAnson/markdownlint-cli2-action@v18
48+
- uses: DavidAnson/markdownlint-cli2-action@v19
4949
if: steps.changed-files.outputs.any_changed == 'true'
5050
with:
5151
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)