From 39c1cf5620b892a0d36889f21c15177482003a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:07:43 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.81.2 to 2.81.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.2 to 2.81.8. - [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/6887963ccf37a9ddcd8c5fa4baeb3e1e5fd61fa1...0631aa6515c7d545823c67cfae7ef4fc7f490154) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.81.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/mdbook.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61adbab..f7e0f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: run: cargo +nightly doc -p agent-client-protocol --all-features --no-deps - name: Install just - uses: taiki-e/install-action@6887963ccf37a9ddcd8c5fa4baeb3e1e5fd61fa1 + uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 with: tool: just @@ -88,7 +88,7 @@ jobs: toolchain: stable - name: Install cargo-hack - uses: taiki-e/install-action@6887963ccf37a9ddcd8c5fa4baeb3e1e5fd61fa1 + uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 with: tool: cargo-hack diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 3b10b8c..fa21a86 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Install mdBook - uses: taiki-e/install-action@6887963ccf37a9ddcd8c5fa4baeb3e1e5fd61fa1 + uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 with: tool: mdbook,mdbook-mermaid