From 85acc601aa7b0fbd050df66b93ea9d90a5fdfaec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:36:51 +0000 Subject: [PATCH] chore(deps): bump crate-ci/typos from 1.22.3 to 1.22.4 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.22.3 to 1.22.4. - [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.22.3...v1.22.4) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-quality.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index 3c624f96..18a09d97 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Spell Check with Typos - uses: crate-ci/typos@v1.22.3 + uses: crate-ci/typos@v1.22.4 with: config: ./.github/typos.toml