From 1206e8e6c0e11d85da44b49eaf7a9a8a8637833d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 02:28:58 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.34.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 521f3bd01..d03716954 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.33.1 + - uses: crate-ci/typos@v1.34.0 lints: name: Lints runs-on: ubuntu-latest