From c312b43627f7abf131ce21e1cb76a1ee583d5e93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:17:16 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.44.0 --- .github/workflows/reusable-markdown-lint-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-markdown-lint-check.yml b/.github/workflows/reusable-markdown-lint-check.yml index 86a37b8d5573..0b47e8e93070 100644 --- a/.github/workflows/reusable-markdown-lint-check.yml +++ b/.github/workflows/reusable-markdown-lint-check.yml @@ -14,4 +14,4 @@ jobs: - name: Run markdownlint run: | - npx markdownlint-cli@0.43.0 -c .markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md + npx markdownlint-cli@0.44.0 -c .markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md