From 25fac71fcd03ffcd54a75e8e3c1e10400627099a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 06:05:25 +0000 Subject: [PATCH] Update crate-ci/typos action to v1.30.1 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3cb0b34..c2f73c50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: run: ./scripts/code-style-bash.sh - name: Check typos on code - uses: crate-ci/typos@v1.30.0 + uses: crate-ci/typos@v1.30.1 unit-tests: runs-on: ubuntu-24.04