From 75beac0fda7690f89f6915757500270d490836be Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Thu, 14 May 2026 10:06:05 +0200 Subject: [PATCH] Bump markdownlint-cli2-action from v19 to v23 Picks up markdownlint-cli2 0.22.1, markdownlint 0.40.0, and Node.js 24 support. Signed-off-by: Sergio Arroutbi --- .github/workflows/markdown-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-lint.yaml b/.github/workflows/markdown-lint.yaml index 728383a..e09f2da 100644 --- a/.github/workflows/markdown-lint.yaml +++ b/.github/workflows/markdown-lint.yaml @@ -34,7 +34,7 @@ jobs: echo "$CHANGED" echo "lintable=$(cat "$GITHUB_OUTPUT" | grep lintable | cut -d= -f2)" - - uses: DavidAnson/markdownlint-cli2-action@v19 + - uses: DavidAnson/markdownlint-cli2-action@v23 if: steps.filter.outputs.lintable == 'true' with: globs: '**/*.md'