From 7a78e31f1cd1fcd24e88f3c74e845e419ac1b9c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:19:43 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.37.1 --- .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 c13287180..f5ba126e4 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v5 # Executes "typos ." - - uses: crate-ci/typos@v1.35.5 + - uses: crate-ci/typos@v1.37.1 lints: name: Lints runs-on: ubuntu-latest