diff --git a/.github/workflows/lint_md_all.yml b/.github/workflows/lint_md_all.yml index 2c1d5b6..47c3850 100644 --- a/.github/workflows/lint_md_all.yml +++ b/.github/workflows/lint_md_all.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DavidAnson/markdownlint-cli2-action@v16 + - uses: DavidAnson/markdownlint-cli2-action@v17 with: globs: | *.md diff --git a/.github/workflows/lint_md_changes.yml b/.github/workflows/lint_md_changes.yml index fe6b13e..bd9114b 100644 --- a/.github/workflows/lint_md_changes.yml +++ b/.github/workflows/lint_md_changes.yml @@ -17,7 +17,7 @@ jobs: with: files: '**/*.md' separator: "," - - uses: DavidAnson/markdownlint-cli2-action@v16 + - uses: DavidAnson/markdownlint-cli2-action@v17 if: steps.changed-files.outputs.any_changed == 'true' with: globs: ${{ steps.changed-files.outputs.all_changed_files }}