From d4b42d6db574545ab7d6f87364c76754cfc69275 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 01:53:01 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.39.2 --- .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 10dc7d855..3d086d285 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.38.1 + - uses: crate-ci/typos@v1.39.2 lints: name: Lints runs-on: ubuntu-latest