From 5b9064cd65c29fc2a6f34ad999f6d556dc7c873d Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 14 Apr 2025 22:19:45 +0200 Subject: [PATCH] fix(ci): rollback git.cryptic.systems/volker.raschek/markdownlint --- .gitea/workflows/markdown-linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index a31bf98..8f1d9c7 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -11,7 +11,7 @@ on: jobs: markdown-lint: container: - image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0 + image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0 runs-on: - ubuntu-latest steps: