diff --git a/.github/workflows/lint_md_all.yml b/.github/workflows/lint_md_all.yml index e5cc66f..89c9e52 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@v18 + - uses: DavidAnson/markdownlint-cli2-action@v19 with: globs: | *.md diff --git a/.github/workflows/lint_md_changes.yml b/.github/workflows/lint_md_changes.yml index bd676d4..5b1dee5 100644 --- a/.github/workflows/lint_md_changes.yml +++ b/.github/workflows/lint_md_changes.yml @@ -21,7 +21,7 @@ jobs: with: files: '**/*.md' separator: "," - - uses: DavidAnson/markdownlint-cli2-action@v18 + - uses: DavidAnson/markdownlint-cli2-action@v19 if: steps.changed-files.outputs.any_changed == 'true' with: globs: ${{ steps.changed-files.outputs.all_changed_files }}