From 66eaec367c5cc3b6e6beb69126bdf0f11ff20078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:03:50 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.27.2 --- .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 ce161ae..05a325e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -52,7 +52,7 @@ jobs: shared_constants - name: 📝 Check spelling using typos-action - uses: crate-ci/typos@51e9d58a14d6c43eedf9356ab5b30ef4715d14c0 # v1.27.1 + uses: crate-ci/typos@98325b27809ff86ca808bacada386a051a3515a3 # v1.27.2 - 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 e6129b7..bd73cbc 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -78,7 +78,7 @@ jobs: VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" - name: 📝 Check spelling using typos-action - uses: crate-ci/typos@51e9d58a14d6c43eedf9356ab5b30ef4715d14c0 # v1.27.1 + uses: crate-ci/typos@98325b27809ff86ca808bacada386a051a3515a3 # v1.27.2 - name: 📥 Cached install leptosfmt (macos only) if: contains(matrix.os, 'macos')