From adbea2eb51d98c0d0326633e3420135b9f65edc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:49:20 +0000 Subject: [PATCH] ci: bump crate-ci/typos from 1.16.15 to 1.16.16 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.16.15 to 1.16.16. - [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/1ccb2ff8ad0982a2afcc3f4f473819df0d2e819f...3cdcc38848f626e97ca280efa8bcec3684c69710) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... 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 ea26dd8d75b..7a807cbaec9 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Check spelling - uses: crate-ci/typos@1ccb2ff8ad0982a2afcc3f4f473819df0d2e819f + uses: crate-ci/typos@3cdcc38848f626e97ca280efa8bcec3684c69710 with: config: tools/typos/typos.toml