From 02ae154071cdec6e909a0f09a0a0966f96f2a0e2 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Thu, 4 Dec 2025 19:18:45 +0100 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.19.1 (#707) Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/707 Reviewed-by: Gusted 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 ef43eb6..263a9a2 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -6,7 +6,7 @@ when: steps: lint-markdown: - image: davidanson/markdownlint-cli2:v0.18.1 + image: davidanson/markdownlint-cli2:v0.19.1 commands: - 'markdownlint-cli2 **/*.{md,markdown}' when: