From 10a44ba0beadd29b58b8ea5a7607a2b3035fc8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:04:52 -0600 Subject: [PATCH] chore(deps): bump crate-ci/typos from 1.23.1 to 1.26.0 (#690) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.23.1 to 1.26.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.23.1...v1.26.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33ebdf7b5..f126ee91d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: name: Enable Rust Caching - name: Spell Check - uses: crate-ci/typos@v1.23.1 + uses: crate-ci/typos@v1.26.0 - name: Format Check run: cargo +nightly fmt -- --check