From e52cc2b8657a00ab9c3408c11da97eeb32a3aa5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:01:04 +0000 Subject: [PATCH] Bump DavidAnson/markdownlint-cli2-action from 9 to 11 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/DavidAnson/markdownlint-cli2-action) from 9 to 11. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2-action/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2-action/compare/v9...v11) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5be16eb..096a4d8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,6 +44,6 @@ jobs: - name: Lint all markdown files if: needs.determine-changes.outputs.md-lint == 'true' - uses: DavidAnson/markdownlint-cli2-action@v9 + uses: DavidAnson/markdownlint-cli2-action@v11 with: globs: '**/*.md'