diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 759e8c8..51e5861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: cache: npm - run: npm ci - run: npm run build:css - - uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0 + - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 with: tool: cargo-leptos@0.3.6 # Frontend only: phase 1 exists to produce target/site for the embed diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 146f8b8..4e4138e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: # Prebuilt binary (checksum-verified by install-action) instead of # `cargo install` from source — saves ~28 min on the Windows runner. - name: Install cargo-leptos - uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 with: tool: cargo-leptos@${{ env.CARGO_LEPTOS_VERSION }}