From 32ed101a5863887c0ff41000052ce3ee3e65546c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:20:22 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.45.2 to 1.46.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.45.2 to 1.46.1. - [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.45.2...v1.46.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index a6a6a1be90..bbcc578ace 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.45.2 + uses: crate-ci/typos@v1.46.1 with: files: docs/**/**/*.md docs/**/**/*.mdx