diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c9468e..defc4ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v4 - name: Lint Markdown - uses: DavidAnson/markdownlint-cli2-action@v16 + uses: DavidAnson/markdownlint-cli2-action@v22 with: globs: '**/*.md'