From 2b4beef7b8bd7ce8f45d14287265482d591fbbcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 13:15:50 +0000 Subject: [PATCH] fix(deps): update nosborn/github-action-markdown-cli action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e84236f..d5f4abd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: config_file: .github/lint/.yamllint.yml - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v2.0.0 + uses: nosborn/github-action-markdown-cli@v3.1.0 with: files: . config_file: .github/lint/.markdownlint.yml