Skip to content

Commit c458958

Browse files
authored
Bump DavidAnson/markdownlint-cli2-action from 21 to 22 (#1046)
2 parents 0a74699 + 56163d5 commit c458958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_md_changes.yml

Lines changed: 1 addition & 1 deletion
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@v21
24+
- uses: DavidAnson/markdownlint-cli2-action@v22
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)