Update documentation and example to reference @v7.

This commit is contained in:
David Anson
2022-08-13 17:32:14 -07:00
parent 2768abdb0a
commit a68af9a2a7
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with:
files: '**/*.md'
separator: "\n"
- uses: DavidAnson/markdownlint-cli2-action@v6
- uses: DavidAnson/markdownlint-cli2-action@v7
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}