We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a74699 + 56163d5 commit c458958Copy full SHA for c458958
1 file changed
.github/workflows/lint_md_changes.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
files: '**/*.md'
23
separator: ","
24
- - uses: DavidAnson/markdownlint-cli2-action@v21
+ - uses: DavidAnson/markdownlint-cli2-action@v22
25
if: steps.changed-files.outputs.any_changed == 'true'
26
27
globs: ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments