From a6d9c76029984b2b70848952123e372c64c2daaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 03:55:26 +0000 Subject: [PATCH] chore(ci): bump crate-ci/typos from 1.43.3 to 1.43.4 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.43.3 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.3...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/ci-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-quality.yml b/.github/workflows/ci-quality.yml index beff6748..84c9db89 100644 --- a/.github/workflows/ci-quality.yml +++ b/.github/workflows/ci-quality.yml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v6 - name: Check spelling with typos - uses: crate-ci/typos@v1.43.3 + uses: crate-ci/typos@v1.43.4 with: config: .typos.toml