From 8783bd7149ffc16aec1696e95ff0574470268fc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 02:42:02 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.30.1 --- .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 b45ba8c..b519c6a 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@8951ef9cb569c860bc8f3f18070fbfaf65cdb349 # v1.30.0 + uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1 - name: 📥 Cached Install trunk uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 # v3 diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index d4b98e5..d69d0c6 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@8951ef9cb569c860bc8f3f18070fbfaf65cdb349 # v1.30.0 + uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1 - name: 📥 Cached install leptosfmt (macos only) if: contains(matrix.os, 'macos')