From aec2eeac053eab71a60f36faaded30f0376baaf9 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 15 May 2025 09:49:53 +0200 Subject: [PATCH] ci: bump markdownlint-cli2-action from v19 to v20 --- .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 8bbb5de96..853b8235f 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -149,7 +149,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@v19 + - uses: DavidAnson/markdownlint-cli2-action@v20 with: fix: "true" globs: |