From f389992d33736548c6d63d4e1db8e7a50bc9e73c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:27:40 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.46.1 --- .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 90eed2a..5727cb2 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Check spelling - uses: crate-ci/typos@v1.46.0 + uses: crate-ci/typos@v1.46.1 with: config: ${{ inputs.config }}