From a2bc68dd868befaf7a91e1e173293a290fdff48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:14:42 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.75.16 to 2.75.18 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.16 to 2.75.18. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/a2352fc6ce487f030a3aa709482d57823eadfb37...055f5df8c3f65ea01cd41e9dc855becd88953486) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/mdbook.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 522b68b..9b2361a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: cargo build --all-targets --all-features - name: Install just - uses: taiki-e/install-action@a2352fc6ce487f030a3aa709482d57823eadfb37 + uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 with: tool: just diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 498909b..65ab0cd 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install mdBook - uses: taiki-e/install-action@a2352fc6ce487f030a3aa709482d57823eadfb37 + uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 with: tool: mdbook,mdbook-mermaid