Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: '!cancelled()'
env:
# renovate: datasource=docker depName=davidanson/markdownlint-cli2-rules versioning=semver
MARKDOWNLINT_CLI2_VERSION: v0.19.1
MARKDOWNLINT_CLI2_VERSION: v0.20.0
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
with:
image: davidanson/markdownlint-cli2-rules:${{ env.MARKDOWNLINT_CLI2_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
- mdformat-gfm-alerts==2.0.0

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.19.1
rev: v0.20.0
hooks:
- id: markdownlint-cli2

Expand Down