From cc0a032cfa651df96b1926b82ccd7b69326985eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:33:50 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.28.4 (#623) 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 328397c..ea700cc 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@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3 + uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4 - 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 aa34aab..a0eab6f 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@d1c850b2b5d502763520c25fb4a6a1128ad99bd9 # v1.28.3 + uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4 - name: 📥 Cached install leptosfmt (macos only) if: contains(matrix.os, 'macos')