From ec45c50b057bb8b98cb43b49e3d7a1f22ccbac63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:14:38 +0000 Subject: [PATCH] chore(deps): bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](https://github.com/nosborn/github-action-markdown-cli/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/markdownlint-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdownlint-action.yml b/.github/workflows/markdownlint-action.yml index 88e0307cc..9fc67335d 100644 --- a/.github/workflows/markdownlint-action.yml +++ b/.github/workflows/markdownlint-action.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.4.0 + uses: nosborn/github-action-markdown-cli@v3.5.0 with: files: . config_file: .markdownlint.jsonc