From 5c9ad5bb78c4bcb41b54a66245b5d8e536b53e9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:00:56 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.29.8 --- .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 134a5252..a2b45def 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.29.7 + uses: crate-ci/typos@v1.29.8 with: files: ./ config: ./.typos.toml