From 83c04a31362ad9fdad6bc083b8909be964bf6425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:07:30 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.75.18 to 2.75.22 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.18 to 2.75.22. - [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/055f5df8c3f65ea01cd41e9dc855becd88953486...cf525cb33f51aca27cd6fa02034117ab963ff9f1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.22 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 9b2361a..eb94d6b 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@055f5df8c3f65ea01cd41e9dc855becd88953486 + uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 with: tool: just diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 65ab0cd..eaef695 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@055f5df8c3f65ea01cd41e9dc855becd88953486 + uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 with: tool: mdbook,mdbook-mermaid