diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e55a791..8ee2a17 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,6 +16,6 @@ jobs: - name: Set up Git repository uses: actions/checkout@v7 - name: Lint - uses: DavidAnson/markdownlint-cli2-action@v23 + uses: DavidAnson/markdownlint-cli2-action@v24 with: globs: '**/*.md'