From afa114457be5a9103d4a32bf5e45a08f6a7e0c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:43:00 +0000 Subject: [PATCH] Bump davidanson/markdownlint-cli2-action from 22.0.0 to 23.0.0 Bumps [davidanson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v22.0.0...v23.0.0) --- updated-dependencies: - dependency-name: davidanson/markdownlint-cli2-action dependency-version: 23.0.0 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 2d6105d0..4232df50 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -84,7 +84,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Check formatting - uses: davidanson/markdownlint-cli2-action@v22.0.0 + uses: davidanson/markdownlint-cli2-action@v23.0.0 with: globs: '**/*.md' build-and-test: