We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484c563 commit d50312aCopy full SHA for d50312a
.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@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2
45
with:
46
tool: cargo-llvm-cov,cargo-nextest
47
- name: Test
0 commit comments