From e762342af0dcf5e26d876bb11aac5ec60330eb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:47:41 +0000 Subject: [PATCH] Bump davidanson/markdownlint-cli2-action from 20.0.0 to 21.0.0 Bumps [davidanson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v20.0.0...v21.0.0) --- updated-dependencies: - dependency-name: davidanson/markdownlint-cli2-action dependency-version: 21.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 dbfd86e..425276c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v5.0.1 - name: Check formatting - uses: davidanson/markdownlint-cli2-action@v20.0.0 + uses: davidanson/markdownlint-cli2-action@v21.0.0 with: globs: '**/*.md'