diff --git a/.github/workflows/lint-markdown.yml b/.github/workflows/lint-markdown.yml index 15b79ab..cfdf004 100644 --- a/.github/workflows/lint-markdown.yml +++ b/.github/workflows/lint-markdown.yml @@ -103,7 +103,7 @@ jobs: # when strict=false. The "Summary" step below emits a warning in # that case so the finding is still visible. continue-on-error: ${{ !inputs.strict }} - uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24.1.0 + uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v24.2.0 with: globs: ${{ inputs.globs }}