Skip to content

Commit

Permalink
chore(deps): bump taiki-e/install-action from 2.23.7 to 2.24.1 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 8, 2024
1 parent 8556fed commit 619a06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.23.7
uses: taiki-e/install-action@v2.24.1
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.23.7
uses: taiki-e/install-action@v2.24.1
with:
tool: cargo-deny

Expand Down

0 comments on commit 619a06a

Please sign in to comment.