From 997cef0c5cc27685ba14a9873cda6ed34edaf5f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:05:26 +0000 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v16 --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 30e1ae7a8..5ba092485 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -138,7 +138,7 @@ jobs: shell: bash run: | RUSTDOCFLAGS="-Dwarnings" cargo doc ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} --no-deps --workspace --document-private-items - - uses: DavidAnson/markdownlint-cli2-action@v15 + - uses: DavidAnson/markdownlint-cli2-action@v16 with: fix: "true" globs: |