From 9d684ad032f3e82583e2edfec93301f1b0b55751 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Wed, 21 May 2025 11:37:16 +0200 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.18.1 (#599) Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/599 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 97d4a32..ee2b4ee 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -6,7 +6,7 @@ when: steps: lint-markdown: - image: davidanson/markdownlint-cli2:v0.17.2 + image: davidanson/markdownlint-cli2:v0.18.1 commands: - 'markdownlint-cli2 *.{md,markdown}' when: