From b7b4e6de6a236807c8658aa5bbe086d6b48a7618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:44:08 +0000 Subject: [PATCH] Bump DavidAnson/markdownlint-cli2-action from 23.2.0 to 24.0.0 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 23.2.0 to 24.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v23.2.0...v24.0.0) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c9e74e..e8e0e32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Run markdownlint-cli2 - uses: DavidAnson/markdownlint-cli2-action@v23.2.0 + uses: DavidAnson/markdownlint-cli2-action@v24.0.0 # Rules and scope come from .markdownlint-cli2.jsonc. Soul files are # intentionally raw prose, so only link/reference integrity is enforced.