From 1430aaa8eba72800e9cf46b6196aa1abcbc40aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 13:00:00 +0100 Subject: [PATCH] :arrow_up: Bump actionshub/markdownlint from 2.1.2 to 3.0.2 (#126) Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.1.2 to 3.0.2. - [Release notes](https://github.com/actionshub/markdownlint/releases) - [Commits](https://github.com/actionshub/markdownlint/compare/v2.1.2...v3.0.2) --- updated-dependencies: - dependency-name: actionshub/markdownlint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 931e30e..fdb203e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v3 - name: 🚀 Run mdl - uses: actionshub/markdownlint@v2.1.2 + uses: actionshub/markdownlint@v3.0.2 lint-shellcheck: name: Shellcheck