Skip to content

Commit c7f5b54

Browse files
Bump DavidAnson/markdownlint-cli2-action from 18 to 19 (#173)
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 cdac4df commit c7f5b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint_md_all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: DavidAnson/markdownlint-cli2-action@v18
11+
- uses: DavidAnson/markdownlint-cli2-action@v19
1212
with:
1313
globs: |
1414
*.md

.github/workflows/lint_md_changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
files: '**/*.md'
2323
separator: ","
24-
- uses: DavidAnson/markdownlint-cli2-action@v18
24+
- uses: DavidAnson/markdownlint-cli2-action@v19
2525
if: steps.changed-files.outputs.any_changed == 'true'
2626
with:
2727
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)