From a10d8e06bde7de55fec41866ad0e4dd57437fb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 08:57:03 +0000 Subject: [PATCH] Bump DavidAnson/markdownlint-cli2-action from 10 to 11 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/DavidAnson/markdownlint-cli2-action) from 10 to 11. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2-action/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2-action/compare/v10...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/development.yml | 2 +- .github/workflows/production.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index c4f2e38fb..c18ad5358 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -35,6 +35,6 @@ jobs: run: npm run lint:paths - name: Lint Markdown - uses: DavidAnson/markdownlint-cli2-action@v10 + uses: DavidAnson/markdownlint-cli2-action@v11 with: globs: "src/**/*.md" diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 6cc08c4e7..eb08012e1 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -35,7 +35,7 @@ jobs: run: npm run lint:paths - name: Lint Markdown - uses: DavidAnson/markdownlint-cli2-action@v10 + uses: DavidAnson/markdownlint-cli2-action@v11 with: globs: "src/**/*.md" diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 720ead23e..95642f075 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -33,7 +33,7 @@ jobs: run: npm run lint:paths - name: Lint Markdown - uses: DavidAnson/markdownlint-cli2-action@v10 + uses: DavidAnson/markdownlint-cli2-action@v11 with: globs: "src/**/*.md"