diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f5185f5..0d6bde8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +31,6 @@ jobs: # stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --max-line-length=119 --max-complexity=10 --show-source --statistics - name: Markdown lint - uses: DavidAnson/markdownlint-cli2-action@v6 + uses: DavidAnson/markdownlint-cli2-action@v17 with: globs: '**/*.md'