From c939ea67d7550728497af0cf145c55ef14c6d6aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:43:57 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.35.4 --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 982946544..c8a25423b 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 # Executes "typos ." - - uses: crate-ci/typos@v1.35.3 + - uses: crate-ci/typos@v1.35.4 lints: name: Lints runs-on: ubuntu-latest