From 43d47c23c06ba3fb43227da092f582606981974b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 18:49:37 +0000 Subject: [PATCH] build(deps): bump nosborn/github-action-markdown-cli from 2.0.0 to 3.0.1 Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](https://github.com/nosborn/github-action-markdown-cli/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-type: direct:production update-type: version-update:semver-major ... 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 a64509e..2e1fd6c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -61,7 +61,7 @@ jobs: - uses: "bewuethr/yamllint-action@v1.1.1" with: config-file: ".yamllint" - - uses: "nosborn/github-action-markdown-cli@v2.0.0" + - uses: "nosborn/github-action-markdown-cli@v3.0.1" with: files: "." config_file: ".markdownlint.yaml"