From b4e8ce80a57918f124fd3be6366ec764d6d641db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:03:25 +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 1c4fb0e6..a2252add 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Check formatting - uses: davidanson/markdownlint-cli2-action@v23.2.0 + uses: davidanson/markdownlint-cli2-action@v24.0.0 with: globs: '**/*.md' build-and-test: