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