From 1ed46146f55004262b516250aa1f101ac30538ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:06:46 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.85.10 to 2.85.13 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.10 to 2.85.13. - [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/6c6fd71fe4fb72c3697d269963d0e15df8adedad...82cd3e7658a6f96c86c0234aeeda1748937cb0a1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.13 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 0177a2c..eaf4ccc 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@6c6fd71fe4fb72c3697d269963d0e15df8adedad + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 with: tool: just @@ -125,7 +125,7 @@ jobs: toolchain: stable - name: Install cargo-hack - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 with: tool: cargo-hack diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index e8c9ef0..76265c2 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@6c6fd71fe4fb72c3697d269963d0e15df8adedad + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 with: tool: mdbook,mdbook-mermaid