diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2813bcc..13f71cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - name: Install Rust LLVM tools preview run: rustup component add llvm-tools-preview - name: Install Rust coverage tool - uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2.82.11 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 with: tool: cargo-llvm-cov - name: Fetch Rust dependencies