From 47d41b1fc6cdf41fd7c7134285464966604517b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:40:50 +0000 Subject: [PATCH] ci: bump crate-ci/typos from 1.24.6 to 1.26.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.6 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/8e6a4285bcbde632c5d79900a7779746e8b7ea3f...6802cc60d4e7f78b9d5454f6cf3935c042d5e1e3) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/typos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index f0b8a627b87..524d2ff1366 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Check spelling - uses: crate-ci/typos@8e6a4285bcbde632c5d79900a7779746e8b7ea3f + uses: crate-ci/typos@6802cc60d4e7f78b9d5454f6cf3935c042d5e1e3 with: config: tools/typos/typos.toml