From 1b5b1bb764a025a9f9ed43547365e6613c1de9d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 00:10:11 +0000 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v24.2.0 --- .github/workflows/lint-markdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}