diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4e59247f..4517b39f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: toolchain: ${{ matrix.toolchain }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@08d473f7b2bf2e092f4c5bd3812b23ed7253f2c9 # cargo-llvm-cov + uses: taiki-e/install-action@1fde53ce9dc0dd82a3146750c1c2ce277fb8dc6d # cargo-llvm-cov # generate release builds of the testable binaries # this is meant to actually run the binary, so this will fail but the binary will be built