From dcdd231a4e10b04fd3ceedcf8889788dbe5131e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:58:18 +0000 Subject: [PATCH] build(deps): 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 1d9ffeb..9ced2ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 - name: Markdown lint - uses: actionshub/markdownlint@v3.1.3 + uses: actionshub/markdownlint@v3.1.4 - name: Perl Syntaxcheck run: perl -Mstrict -cw *.pl