From 2c4698b12717502b0f698a6429ea84f01a3addd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:14:40 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.40.0 --- .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 05a27ade6..8e3e19b41 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v6 # Executes "typos ." - - uses: crate-ci/typos@v1.39.2 + - uses: crate-ci/typos@v1.40.0 lints: name: Lints runs-on: ubuntu-latest