diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6e06a337..f13e8ab1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,4 +24,4 @@ jobs: - run: python -m mypy -p wikitextprocessor - run: python -m ruff check . - run: python -m ruff format --diff . - - uses: crate-ci/typos@v1.28.1 + - uses: crate-ci/typos@v1.29.4