diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1a1915a..bcff2341 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Install rust run: rustup install --profile minimal stable - name: Install cargo-llvm-cov - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0 + uses: taiki-e/install-action@682e7d9e49c5e653d371fc6adbda67653461378a # v2.82.4 with: tool: cargo-llvm-cov - name: Cache cargo dependencies