diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 8beeeef9b2..df38404404 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -31,7 +31,7 @@ jobs: files: 'content/**/*.md' separator: "\n" - - uses: DavidAnson/markdownlint-cli2-action@v19 + - uses: DavidAnson/markdownlint-cli2-action@v20 if: steps.changed-files.outputs.any_changed == 'true' with: globs: ${{ steps.changed-files.outputs.all_changed_files }}