diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ebfc35..ac068e54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: nextest - run: cargo nextest run --workspace @@ -59,7 +59,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: cargo-llvm-cov - name: Generate coverage @@ -101,7 +101,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: wasm-pack - name: Build and validate WASM diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index d8372092..27e128e2 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: nextest - name: Install cargo-mutants diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6af6430..44010603 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: # rust-toolchain.toml provides the pinned Rust version + wasm32 target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: wasm-pack