From 424271759d6ca32749e255a30e2a9d6961f46be8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 20:24:53 +0000 Subject: [PATCH] chore(deps): update avto-dev/markdown-lint action to v1.5.0 (#2673) Co-authored-by: Renovate Bot --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba3e8ce4b..b16f0af05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -311,7 +311,7 @@ jobs: uses: actions/checkout@v2 - name: Run markdown-lint - uses: avto-dev/markdown-lint@v1.4.0 + uses: avto-dev/markdown-lint@v1.5.0 with: config: .markdownlint.yml args: "*.md docs"