From 092b4bab1c943f9196436800fa636cf200f0a216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:04:05 +0000 Subject: [PATCH] Bump nosborn/github-action-markdown-cli from 1.1.1 to 3.3.0 Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 1.1.1 to 3.3.0. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](https://github.com/nosborn/github-action-markdown-cli/compare/v1.1.1...v3.3.0) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index ca4f852..e7a8823 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v1.1.1 + uses: nosborn/github-action-markdown-cli@v3.3.0 with: files: "*.md" config_file: ".markdownlint.yaml"