Skip to content

Commit

Permalink
Update workflow install-action to non-deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Mar 30, 2024
1 parent 1ab66a0 commit 4726598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
toolchain: nightly
components: llvm-tools-preview
- name: Install llvm-cov
uses: taiki-e/install-action@v1
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov
- name: Generate default features
Expand Down

0 comments on commit 4726598

Please sign in to comment.