diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4816474..8488578 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.27.0 + - uses: crate-ci/typos@v1.28.1 check-all: name: Check if all lint jobs succeeded