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')