From 1d60d04e526c776252e7de491cd7da361b77eefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 05:51:58 +0000 Subject: [PATCH] Bump avto-dev/markdown-lint from v1.4.0 to v1.5.0 Bumps [avto-dev/markdown-lint](https://github.com/avto-dev/markdown-lint) from v1.4.0 to v1.5.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.4.0...04d43ee9191307b50935a753da3b775ab695eceb) Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 19f8a20..f30d8e8 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -37,7 +37,7 @@ jobs: pandoc ./readme.md --from=gfm --to=gfm --output=./readme.md --columns=79 --wrap=none --tab-stop=2 - name: Auto-fix Markdown - uses: avto-dev/markdown-lint@v1.4.0 + uses: avto-dev/markdown-lint@v1.5.0 # Non-fixable markdown issues will return non-zero error code. Allow # that step to fail so we can proceed with creating the auto-fix PR # below. diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1498e62..288d5e8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2.3.4 - - uses: avto-dev/markdown-lint@v1.4.0 + - uses: avto-dev/markdown-lint@v1.5.0 with: config: '.github/markdown-lint.yaml' args: './**/*.md'