From fd14281413434ba03a106be014cf7077d5b3386a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:12:37 +0000 Subject: [PATCH] Bump crate-ci/typos Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 37e2b40f24407ec641ec44d4b81e76a8826b7b84 to bd033903f43a309e5226c11a04457034edefb115. - [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/37e2b40f24407ec641ec44d4b81e76a8826b7b84...bd033903f43a309e5226c11a04457034edefb115) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/spell-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 9972db50..b3902728 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -28,6 +28,6 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2 - name: Check spelling - uses: crate-ci/typos@37e2b40f24407ec641ec44d4b81e76a8826b7b84 # master + uses: crate-ci/typos@bd033903f43a309e5226c11a04457034edefb115 # master with: config: ${{github.workspace}}/_typos.toml