From c1e8880f8178d6707a7a576e2b31848071000a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:57:39 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.32.0 to 1.44.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.32.0 to 1.44.0. - [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.44.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.44.0 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..9c495a5 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.44.0 build: name: Build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17115fc..89b124d 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.44.0 - name: Build run: bun run build