From 2c496deb66a17d7b6abac11b542884422942e3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:35:36 +0000 Subject: [PATCH] chore: bump DavidAnson/markdownlint-cli2-action from 23.2.0 to 24.2.0 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 23.2.0 to 24.2.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v23.2.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-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d767749..b937d9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: cargo fmt --all -- --check - name: Check Markdown - uses: DavidAnson/markdownlint-cli2-action@v23.2.0 + uses: DavidAnson/markdownlint-cli2-action@v24.2.0 - name: Run Clippy run: cargo clippy --all-targets --all-features @@ -106,7 +106,7 @@ jobs: run: cargo fmt --all -- --check - name: Check Markdown - uses: DavidAnson/markdownlint-cli2-action@v23.2.0 + uses: DavidAnson/markdownlint-cli2-action@v24.2.0 - name: Run Clippy run: cargo clippy --all-targets --all-features diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8dc082..929dc8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: cargo fmt --all -- --check - name: Check Markdown - uses: DavidAnson/markdownlint-cli2-action@v23.2.0 + uses: DavidAnson/markdownlint-cli2-action@v24.2.0 - name: Run Clippy run: cargo clippy --all-targets --all-features