diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34944dc..a6b2b80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v4 - name: Spell check - uses: crate-ci/typos@v1.32.0 + uses: crate-ci/typos@v1.43.5 build: name: Build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17115fc..8589834 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: run: bunx astro check - name: Spell check - uses: crate-ci/typos@v1.32.0 + uses: crate-ci/typos@v1.43.5 - name: Build run: bun run build