diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78475958..8875c55e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -345,7 +345,7 @@ jobs: timeout-minutes: 6 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15 + uses: taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81.6 timeout-minutes: 10 # fail fast on a stuck download instead of hanging the job with: tool: cargo-llvm-cov @@ -415,7 +415,7 @@ jobs: # attributes the modern nightly compiler rejects, so the install # never gets off the ground. The prebuilt binary avoids the entire # transitive-dep compile. - uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15 + uses: taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81.6 timeout-minutes: 10 # fail fast on a stuck download instead of hanging the job with: tool: cargo-fuzz @@ -549,7 +549,7 @@ jobs: # same taiki-e prebuilt-binary installer we already use for # cargo-llvm-cov and cargo-fuzz; it tracks the latest wasm-pack # release, which has `--features` as a top-level flag (since 0.12). - uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15 + uses: taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81.6 timeout-minutes: 10 # fail fast on a stuck download instead of hanging the job with: tool: wasm-pack @@ -662,7 +662,7 @@ jobs: timeout-minutes: 6 - name: Install cbindgen - uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15 + uses: taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81.6 timeout-minutes: 10 # fail fast on a stuck download instead of hanging the job with: tool: cbindgen diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72d55d8b..418a4074 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: # consumers can audit the published dependency tree without # re-resolving Cargo.lock. - name: Install cargo-cyclonedx - uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15 + uses: taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81.6 timeout-minutes: 10 # fail fast on a stuck download instead of hanging the job with: tool: cargo-cyclonedx @@ -512,7 +512,7 @@ jobs: - name: Install wasm-pack (latest, via prebuilt binary) # See the matching note in ci.yml: jetli's default installs an old # 0.10.x wasm-pack whose build subcommand rejects --features. - uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15 + uses: taiki-e/install-action@59012be0884e296ca2da49b530610e72c49039ad # v2.81.6 timeout-minutes: 10 # fail fast on a stuck download instead of hanging the job with: tool: wasm-pack