From 53768eebae4e42659c51808916b195941f2fd29c Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 21 May 2025 22:05:31 +0000 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v20 --- .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 e7406f6..ced3fcc 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -14,6 +14,6 @@ jobs: - ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: DavidAnson/markdownlint-cli2-action@v19.1.0 + - uses: DavidAnson/markdownlint-cli2-action@v20.0.0 with: globs: '**/*.md' \ No newline at end of file