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