From c26e043d6ad90102856c79d992c565f1815d250a Mon Sep 17 00:00:00 2001 From: DJ Adams Date: Thu, 20 Apr 2023 09:43:53 +0000 Subject: [PATCH] Pin markdownlint and helper lib --- .github/workflows/markdown-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-checks.yaml b/.github/workflows/markdown-checks.yaml index d60f89f..89fe01f 100644 --- a/.github/workflows/markdown-checks.yaml +++ b/.github/workflows/markdown-checks.yaml @@ -47,7 +47,7 @@ jobs: npm install \ --no-package-lock \ --no-save \ - markdownlint-cli markdownlint-rule-titlecase markdownlint-rule-helpers + markdownlint-cli@0.27 markdownlint-rule-titlecase markdownlint-rule-helpers@0.18 - id: run_linter if: steps.check_files_changed.outputs.changed_files