diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c44f5a4..1c60f940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: 📝 Check spelling using typos-action if: always() - uses: crate-ci/typos@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3 + uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4 Build-And-Test: needs: [Lint]