From 20534bf8a79bc195fee9ba44ec1cd3a66e627517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:38:26 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.21.0 to 1.22.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to 1.22.0. - [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/d503507db9c5d116c79135435b149cd0f27d726e...41752caac953aa62b357d386cc658221af004915) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12c2f44817..fcf13d5747 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -215,6 +215,6 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: crate-ci/typos@d503507db9c5d116c79135435b149cd0f27d726e # v1.21.0 + - uses: crate-ci/typos@41752caac953aa62b357d386cc658221af004915 # v1.22.0 with: config: .typos.toml