From b49b5a433fc8f75c10ec181039a8f891b9017741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 05:56:45 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.32.0 to 1.43.4 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.32.0 to 1.43.4. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.32.0...v1.43.4) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34944dc..4d54f9a 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.4 build: name: Build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17115fc..d0083de 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.4 - name: Build run: bun run build