We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697d232 commit 23098e0Copy full SHA for 23098e0
.github/workflows/coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
components: llvm-tools-preview
24
25
- name: Install just & cargo-llvm-cov
26
- uses: taiki-e/install-action@v2.48.13
+ uses: taiki-e/install-action@v2.49.0
27
with:
28
tool: just,cargo-llvm-cov
29
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
components: clippy
30
- name: Install just, cargo-hack
31
32
33
tool: just,cargo-hack
34
0 commit comments