From 39e891a07f3794c40c198e918e3eeb34093e3c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 06:34:39 +0000 Subject: [PATCH] Bump avto-dev/markdown-lint from v1.3.1 to v1.4.0 Bumps [avto-dev/markdown-lint](https://github.com/avto-dev/markdown-lint) from v1.3.1 to v1.4.0. - [Release notes](https://github.com/avto-dev/markdown-lint/releases) - [Changelog](https://github.com/avto-dev/markdown-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/avto-dev/markdown-lint/compare/v1.3.1...6e6d4393411fbaae3c3aeee5661ba84a0352ed3b) Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3358535..31b3358 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.2 - - uses: avto-dev/markdown-lint@v1.3.1 + - uses: avto-dev/markdown-lint@v1.4.0 with: config: '.github/markdown-lint.yaml' args: './**/*.md'