From fb2aadb33bf2b633b86c98bb8b4bf4be12532c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:35:22 +0000 Subject: [PATCH] chore(deps): 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/ci-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-validation.yml b/.github/workflows/ci-validation.yml index 6f0bfc5..55edaab 100644 --- a/.github/workflows/ci-validation.yml +++ b/.github/workflows/ci-validation.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Run Markdown Lint Check - uses: davidanson/markdownlint-cli2-action@v23 + uses: davidanson/markdownlint-cli2-action@v24 with: globs: | **/*.md