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