diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ba569f..e7a7c51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Install cargo-llvm-cov # Prebuilt binary via taiki-e — avoids `cargo install` compiling the # latest cargo-llvm-cov (0.8.7+ needs rustc 1.87, but our MSRV is 1.85). - uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: cargo-llvm-cov - name: Coverage