From a89a4d70cae2d7554f6b7cbe37efa51f60bbfb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:10:02 -0400 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.22.3 to 1.22.7 (#2149) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.22.3 to 1.22.7. --- .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 d49fcb99..d3795fa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Check for typos - uses: crate-ci/typos@v1.22.3 + uses: crate-ci/typos@v1.22.7 with: config: ./.github/typos.toml