From e6e01065b64865b05652c7edb63328b9480300c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:23:43 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.21.0 to 1.22.7 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to 1.22.7. - [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.21.0...v1.22.7) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f820e93e94..e022aa4547 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling with custom config file - uses: crate-ci/typos@v1.21.0 + uses: crate-ci/typos@v1.22.7 with: config: ./typos.toml