From c250d9c84884de7857110c6723cb9df07271da2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 11:11:25 +0200 Subject: [PATCH] Bump nosborn/github-action-markdown-cli from 3.0.1 to 3.1.0 (#24) Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](https://github.com/nosborn/github-action-markdown-cli/compare/v3.0.1...v3.1.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push-markdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-markdown.yml b/.github/workflows/push-markdown.yml index 99aaa8e..f5da1e4 100644 --- a/.github/workflows/push-markdown.yml +++ b/.github/workflows/push-markdown.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.0.1 + uses: nosborn/github-action-markdown-cli@v3.1.0 with: files: "**.md"