From cb87c6551c62e84ffe62609688b8be27dc07bb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:00:52 +0000 Subject: [PATCH] Bump DavidAnson/markdownlint-cli2-action from 21 to 22 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 21 to 22. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v21...v22) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '22' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/markdown.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 844fb27..22f942d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Run markdownlint - uses: DavidAnson/markdownlint-cli2-action@v21 + uses: DavidAnson/markdownlint-cli2-action@v22 actionlint: name: action diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 61d0d81..bb66c17 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Run markdownlint - uses: DavidAnson/markdownlint-cli2-action@v21 + uses: DavidAnson/markdownlint-cli2-action@v22 with: globs: | *.md