From a809325e6617e6e40b9f887403be1f14900c1c03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:32:53 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.46.3 --- .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 f1674154b..f72cb2f98 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.46.2 + - uses: crate-ci/typos@v1.46.3 lints: name: Lints runs-on: ubuntu-latest