We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484c563 commit a648b96Copy full SHA for a648b96
.github/workflows/rust.yml
@@ -41,7 +41,7 @@ jobs:
41
key: test
42
save-if: ${{ github.ref_name == 'main' }}
43
- name: Install llvm-cov and nextest
44
- uses: taiki-e/install-action@71b48393496777ee11188c07a34d48b048a985cd # v2
+ uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2
45
with:
46
tool: cargo-llvm-cov,cargo-nextest
47
- name: Test
0 commit comments