From fd9fefda5a95e227ed06a060babcbe1f33f8d84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:36:00 +0000 Subject: [PATCH] chore(action): bump actionshub/markdownlint from 1.0.0 to 3.1.4 Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 1.0.0 to 3.1.4. - [Release notes](https://github.com/actionshub/markdownlint/releases) - [Commits](https://github.com/actionshub/markdownlint/compare/v1.0.0...v3.1.4) --- updated-dependencies: - dependency-name: actionshub/markdownlint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 445b91d..7148068 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Markdown Lint - uses: actionshub/markdownlint@v1.0.0 + uses: actionshub/markdownlint@v3.1.4 Dockerfilelint: runs-on: 'ubuntu-latest'