Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.41.7 to 2.42.14
Browse files Browse the repository at this point in the history
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.41.7 to 2.42.14.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@v2.41.7...v2.42.14)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and atodorov committed Aug 1, 2024
1 parent dd08619 commit faf410d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Install mdbook
uses: taiki-e/install-action@v2.41.7
uses: taiki-e/install-action@v2.42.14
with:
tool: mdbook,mdbook-mermaid
- name: Deploy GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

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

Expand Down

0 comments on commit faf410d

Please sign in to comment.