diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bf9cdf8..4816474 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.25.0 + - uses: crate-ci/typos@v1.27.0 check-all: name: Check if all lint jobs succeeded