From dab9b84542e4e7852b5ab9d721955e38839df3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:43:22 +0000 Subject: [PATCH] build(deps): bump DavidAnson/markdownlint-cli2-action Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 24.1.0 to 24.2.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v24.1.0...v24.2.0) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 24.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/YamlJson.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/YamlJson.yml b/.github/workflows/YamlJson.yml index 9e273b4541..7a89c9b7de 100644 --- a/.github/workflows/YamlJson.yml +++ b/.github/workflows/YamlJson.yml @@ -21,6 +21,6 @@ jobs: - name: markdown-validate id: markdown-validate - uses: DavidAnson/markdownlint-cli2-action@v24.1.0 + uses: DavidAnson/markdownlint-cli2-action@v24.2.0 with: globs: '**/*.md'