From 678f788f391287cf396bd66fde66b9a290f3e76c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 08:43:42 +0000 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v22 --- .github/workflows/markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 5d10e01..c1bcb7a 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DavidAnson/markdownlint-cli2-action@v21 + - uses: DavidAnson/markdownlint-cli2-action@v22 with: globs: '**/*.md'