From 3a9d24fd770e0e7a6a996891523089bd7ac3c3ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:54:59 +0000 Subject: [PATCH] chore(deps): update markdownlint-cli2 to v0.20.0 --- .github/workflows/markdownlint.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdownlint.yaml b/.github/workflows/markdownlint.yaml index 02791e8..051ba85 100644 --- a/.github/workflows/markdownlint.yaml +++ b/.github/workflows/markdownlint.yaml @@ -67,7 +67,7 @@ jobs: uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632 continue-on-error: false with: - image: davidanson/markdownlint-cli2-rules:v0.19.1 + image: davidanson/markdownlint-cli2-rules:v0.20.0 # node user does not have permissions to workspace due to user id mismatch options: --volume ${{ github.workspace }}:/workdir --user root # use the config file that is stored outside the root for CI specific configuration diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a1a376..901b91c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: mdformat - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.20.0 hooks: - id: markdownlint-cli2