From 15ed6b3cca1ee89664d6f369a8f4cdc9df361431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:19:50 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.43.1 to 1.43.4 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.43.1 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.43.1...v1.43.4) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 0b17c82379..c5f4f8261a 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.43.1 + - uses: crate-ci/typos@v1.43.4 with: config: .typos.toml