Update documentation and examples to reference @v12.

This commit is contained in:
David Anson
2023-08-29 21:30:26 -07:00
parent 398af5b96c
commit 3aaa38e446
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v11
- uses: DavidAnson/markdownlint-cli2-action@v12
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}