From 675d95eb60758c8211bb516e47eabc16e583515c Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 2 Dec 2025 23:07:34 +0000 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v21 --- .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 b57341d..aaef1c5 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -17,6 +17,6 @@ jobs: - ubuntu-latest steps: - uses: actions/checkout@v6.0.1 - - uses: DavidAnson/markdownlint-cli2-action@v20.0.0 + - uses: DavidAnson/markdownlint-cli2-action@v21.0.0 with: globs: '**/*.md'