From b0ce0f9f44f4ccbc563605f77fcfc4f47322e926 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 22:47:56 +0800 Subject: [PATCH] Update DavidAnson/markdownlint-cli2-action action to v13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DavidAnson/markdownlint-cli2-action](https://togithub.com/DavidAnson/markdownlint-cli2-action) | action | major | `v10` -> `v13` | --- ### Release Notes
DavidAnson/markdownlint-cli2-action (DavidAnson/markdownlint-cli2-action) ### [`v13`](https://togithub.com/DavidAnson/markdownlint-cli2-action/compare/v12...v13) [Compare Source](https://togithub.com/DavidAnson/markdownlint-cli2-action/compare/v12...v13) ### [`v12`](https://togithub.com/DavidAnson/markdownlint-cli2-action/compare/v11...v12) [Compare Source](https://togithub.com/DavidAnson/markdownlint-cli2-action/compare/v11...v12) ### [`v11`](https://togithub.com/DavidAnson/markdownlint-cli2-action/compare/v10...v11) [Compare Source](https://togithub.com/DavidAnson/markdownlint-cli2-action/compare/v10...v11)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sous-chefs/sublimechef). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b84d7..aa3e48e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,6 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Run Markdown Lint - uses: DavidAnson/markdownlint-cli2-action@v10 + uses: DavidAnson/markdownlint-cli2-action@v13 with: globs: "**/*.md"