From 4500f26f9e74d330b587956feebb2556c043517d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:03:49 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.46.0 --- .github/workflows/ci-compliance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-compliance.yml b/.github/workflows/ci-compliance.yml index a17888d..0805d1c 100644 --- a/.github/workflows/ci-compliance.yml +++ b/.github/workflows/ci-compliance.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - name: Check typos on source files - uses: crate-ci/typos@7c572958218557a3272c2d6719629443b5cc26fd # v1.45.2 + uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 - name: Check commit conventions if: ${{ github.ref != 'refs/heads/main' }}