From 2b1169c126607e6bff8f28b655c1559cfb07153a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:34:57 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.76.0 to 2.77.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.76.0 to 2.77.6. - [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/711e1c3275189d76dcc4d34ddea63bf96ac49090...c070f87102a1c75b3183910f391c1cb887fe13c8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.6 dependency-type: direct:production update-type: version-update:semver-minor ... 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 33377eb..2d5b567 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@711e1c3275189d76dcc4d34ddea63bf96ac49090 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 with: tool: just diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index f44cf35..a377812 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@711e1c3275189d76dcc4d34ddea63bf96ac49090 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 with: tool: mdbook,mdbook-mermaid