From f36fa02723246c6668840c29c24a947107bd07f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:42:47 +0000 Subject: [PATCH] Update DavidAnson/markdownlint-cli2-action action to v24 --- .github/workflows/markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 81e4438..8c41d67 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: DavidAnson/markdownlint-cli2-action@v23 + - uses: DavidAnson/markdownlint-cli2-action@v24 with: globs: '**/*.md'