Skip to content

Commit 192a0ec

Browse files
authored
Bump markdownlint-cli2-action from v19 to v23 (#15)
Picks up markdownlint-cli2 0.22.1, markdownlint 0.40.0, and Node.js 24 support. Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
1 parent 5a55ed1 commit 192a0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/markdown-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "$CHANGED"
3535
echo "lintable=$(cat "$GITHUB_OUTPUT" | grep lintable | cut -d= -f2)"
3636
37-
- uses: DavidAnson/markdownlint-cli2-action@v19
37+
- uses: DavidAnson/markdownlint-cli2-action@v23
3838
if: steps.filter.outputs.lintable == 'true'
3939
with:
4040
globs: '**/*.md'

0 commit comments

Comments
 (0)