From 729df465bd2935fa8f46021183a71ec582161bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:14:26 +0000 Subject: [PATCH] chore: bump crate-ci/typos from 1.40.0 to 1.43.5 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.40.0 to 1.43.5. - [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.40.0...v1.43.5) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index 3c34bc6e..1d825ce7 100644 --- a/.github/workflows/check-files.yml +++ b/.github/workflows/check-files.yml @@ -22,7 +22,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Check spelling with custom config file - uses: crate-ci/typos@v1.40.0 + uses: crate-ci/typos@v1.44.0 with: config: ./.github/typos.toml - name: Verify Mod