From 65094ec8ed03d74670f7f7fcde481b95d9e7b1c7 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Tue, 13 Jan 2026 16:09:00 +0100 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.20.0 (#730) Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/730 Co-authored-by: Dependency bot Co-committed-by: Dependency bot --- .woodpecker/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index b19776e..23b03ad 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -6,7 +6,7 @@ when: steps: lint-markdown: - image: davidanson/markdownlint-cli2:v0.19.1 + image: davidanson/markdownlint-cli2:v0.20.0 commands: - 'markdownlint-cli2 **/*.md' when: