From 99edc791fe739be25c78a6589b4c5e1960539462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:06:05 +0000 Subject: [PATCH] build(deps): bump nosborn/github-action-markdown-cli from 3.1.0 to 3.2.0 Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](https://github.com/nosborn/github-action-markdown-cli/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8c79736c..dc546713 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v3 - - uses: nosborn/github-action-markdown-cli@v3.1.0 + - uses: nosborn/github-action-markdown-cli@v3.2.0 with: files: docs/*.md config_file: .markdownlint.json