From 6ec2e50f692e5a3b285d45b130d27ae8c210325a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:19:07 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.29.3 (#662) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 2 +- .github/workflows/desktop-tauri.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f7d36a0..afdb407 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -42,7 +42,7 @@ jobs: targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android,wasm32-unknown-unknown - name: 📝 Check spelling using typos-action - uses: crate-ci/typos@3265cef783c98e382e561f6089c2179a7d91bf0d # v1.29.1 + uses: crate-ci/typos@752bd034d6d0b6fcb6421c73a3789161e0cdf70a # v1.29.3 - name: 📥 Cached Install trunk uses: baptiste0928/cargo-install@bd2e5672d31e2b9c34080481d02b5506997c2828 # v3 diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index 4d45f31..53e91fe 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -64,7 +64,7 @@ jobs: run: ${{ matrix.install }} - name: 📝 Check spelling using typos-action - uses: crate-ci/typos@3265cef783c98e382e561f6089c2179a7d91bf0d # v1.29.1 + uses: crate-ci/typos@752bd034d6d0b6fcb6421c73a3789161e0cdf70a # v1.29.3 - name: 📥 Cached install leptosfmt (macos only) if: contains(matrix.os, 'macos')