From 448df0097eac526d4d3303cf436e8256c51cab1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:06:29 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.36.2 to 1.37.2 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.36.2 to 1.37.2. - [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/85f62a8a84f939ae994ab3763f01a0296d61a7ee...7436548694def3314aacd93ed06c721b1f91ea04) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.37.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 834ba0b5..7a96c47b 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -20,6 +20,6 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v5 - name: Spell Check Repo - uses: crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1.36.2 + uses: crate-ci/typos@7436548694def3314aacd93ed06c721b1f91ea04 # v1.37.2 with: config: ./.github/spell-check.toml