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