From 0b3406539bd70d45514fe57e5489328583337917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 06:57:07 +0000 Subject: [PATCH] Bump actionshub/markdownlint from 3.0.2 to 3.1.3 Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 3.0.2 to 3.1.3. - [Release notes](https://github.com/actionshub/markdownlint/releases) - [Commits](https://github.com/actionshub/markdownlint/compare/v3.0.2...v3.1.3) --- updated-dependencies: - dependency-name: actionshub/markdownlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 fdb203e..6373e2b 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@v3.0.2 + uses: actionshub/markdownlint@v3.1.3 lint-shellcheck: name: Shellcheck