diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index e2e514363b..28c1063a2a 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@v17 + - uses: DavidAnson/markdownlint-cli2-action@v18 if: steps.changed-files.outputs.any_changed == 'true' with: globs: ${{ steps.changed-files.outputs.all_changed_files }}