diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index dc0a9faf4f..c437090087 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -56,7 +56,7 @@ jobs: separator: "," - name: Lint Markdown files if: steps.changed-files-md.outputs.any_changed == 'true' - uses: DavidAnson/markdownlint-cli2-action@v22 + uses: DavidAnson/markdownlint-cli2-action@v23 with: config: '.github/config.markdownlint-cli2.jsonc' globs: ${{ steps.changed-files-md.outputs.all_changed_files }}