Skip to content

Commit 55fa29b

Browse files
committed
Update taiki-e/install-action to v2
1 parent 6ab0e7c commit 55fa29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/cargo-llvm-cov/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ runs:
1212
using: composite
1313
steps:
1414
- name: Install cargo-llvm-cov
15-
uses: taiki-e/install-action@v1
15+
uses: taiki-e/install-action@v2
1616
with:
17-
tool: cargo-llvm-cov
17+
tool: cargo-llvm-cov@0.5.3
1818
- run: rustup component add llvm-tools-preview
1919
shell: bash
2020
- name: LLVM instrument coverage

0 commit comments

Comments
 (0)