From 9ca75662cc621fdb2781f60b3ed56fee53ec449c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 05:27:18 +0000 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v11 --- .github/workflows/lint-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-unit.yml b/.github/workflows/lint-unit.yml index 2926803..28fa316 100644 --- a/.github/workflows/lint-unit.yml +++ b/.github/workflows/lint-unit.yml @@ -71,7 +71,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Run Markdown Lint - uses: DavidAnson/markdownlint-cli2-action@v10 + uses: DavidAnson/markdownlint-cli2-action@v11 with: globs: "**/*.md"