From c7fc69b2b45d156a83c1a333da71256136d27b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:06:55 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.85.2 to 2.85.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.2 to 2.85.5. - [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/41049aa56687c35e0afa74eed4f09cec4f9afabf...6a1bd70eaac3c8bdf093356838d7ee09fda951cf) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.5 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 79dcc323..722dea61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: run: cargo +stable doc -p agent-client-protocol --lib --target wasm32-wasip2 --all-features --no-deps --locked - name: Install just - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf + uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf with: tool: just @@ -125,7 +125,7 @@ jobs: toolchain: stable - name: Install cargo-hack - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf + uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf with: tool: cargo-hack diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 72c7fae4..59b7f05b 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Install mdBook - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf + uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf with: tool: mdbook,mdbook-mermaid