From 7a82baa5a8e93db2d6d48762ccef22bb4916017f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:06:54 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.28.1 (#559) 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 944e717..8a4f6e2 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@78d6d2274460eb93ea511a10ce9f67d72f014f35 # v1.28.0 + uses: crate-ci/typos@bd36f89fcd3424dcefd442894589e6ee572a59f2 # v1.28.1 - name: 📥 Cached install trunk uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1 diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index b0be39e..c650f2e 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -68,7 +68,7 @@ jobs: VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" - name: 📝 Check spelling using typos-action - uses: crate-ci/typos@78d6d2274460eb93ea511a10ce9f67d72f014f35 # v1.28.0 + uses: crate-ci/typos@bd36f89fcd3424dcefd442894589e6ee572a59f2 # v1.28.1 - name: 📥 Cached install leptosfmt (macos only) if: contains(matrix.os, 'macos')