From e48905c711c4dc6c4c7e5e4e2e70e65780697f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:44:20 +0000 Subject: [PATCH] Bump actionshub/markdownlint from 3.1.3 to 3.1.4 Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/actionshub/markdownlint/releases) - [Commits](https://github.com/actionshub/markdownlint/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: actionshub/markdownlint dependency-type: direct:production update-type: version-update:semver-patch ... 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 96d3f78..f5c6f78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: uses: frenck/action-yamllint@v1 - name: 🚀 Run markdownlint - uses: actionshub/markdownlint@v3.1.3 + uses: actionshub/markdownlint@v3.1.4 - name: 🚀 Run helmchart lint run: ct lint --all --config ./.github/ct.yaml