From 5a7bb76161ee27c248f7a5e4c81fff2fcc108707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 21:23:10 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.75.22 to 2.75.29 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.22 to 2.75.29. - [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/cf525cb33f51aca27cd6fa02034117ab963ff9f1...b5fddbb5361bce8a06fb168c9d403a6cc552b084) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/e2e.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0843dc2..0c7c92f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: key: browser-${{ hashFiles('**/Cargo.lock') }} restore-keys: browser- - name: Install wasm-pack - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.9.4 + uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 # v2.9.4 with: tool: wasm-pack - id: browser diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ed9b83b..d797a9f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: restore-keys: deploy- - name: Install trunk - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.9.4 trunk + uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 # v2.9.4 trunk with: tool: trunk@0.21.14 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9f2beab1..585fffeb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -36,7 +36,7 @@ jobs: restore-keys: e2e- - name: Install just - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.9.4 just + uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 # v2.9.4 just with: tool: just