From a0a25c07bfa76fbbe360b8e5ec270decb0bbaddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:49:18 +0000 Subject: [PATCH] Bump davidanson/markdownlint-cli2-action from 23 to 24 Bumps [davidanson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 23 to 24. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v23...v24) --- updated-dependencies: - dependency-name: davidanson/markdownlint-cli2-action dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fbb584fc..3a4cef1d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -92,7 +92,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Check formatting - uses: davidanson/markdownlint-cli2-action@v23 + uses: davidanson/markdownlint-cli2-action@v24 with: globs: '**/*.md' build-and-test: