diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cb400f4..f69d36c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.16.11 + - uses: crate-ci/typos@v1.16.12 check-all: name: Check if all lint jobs succeeded