From 20a718111edf8637eb521164fdaaf07ce3a0cc4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:25:30 +0000 Subject: [PATCH] ci: bump crate-ci/typos from 1.26.8 to 1.27.2 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.26.8 to 1.27.2. - [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/0d9e0c2c1bd7f770f6eb90f87780848ca02fc12c...98325b27809ff86ca808bacada386a051a3515a3) --- 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 39f5808be66..8edf777d0a1 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Check spelling - uses: crate-ci/typos@0d9e0c2c1bd7f770f6eb90f87780848ca02fc12c + uses: crate-ci/typos@98325b27809ff86ca808bacada386a051a3515a3 with: config: tools/typos/typos.toml