From 6fec90ebb32c6a2e8b133655d194a73c5d60a0b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:59:24 +0100 Subject: [PATCH] Update nosborn/github-action-markdown-cli action to v3.4.0 (#144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull_request_doc_qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_doc_qa.yaml b/.github/workflows/pull_request_doc_qa.yaml index c173e22..482ca56 100644 --- a/.github/workflows/pull_request_doc_qa.yaml +++ b/.github/workflows/pull_request_doc_qa.yaml @@ -70,7 +70,7 @@ jobs: with: ref: ${{github.event.pull_request.head.sha}} - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.3.0 + uses: nosborn/github-action-markdown-cli@v3.4.0 with: files: ${{inputs.DOC_SRC}} config_file: ${{inputs.MD_LINT_CONFIG}}