From 0dd86c230e7fd06ed2d9dd37d41ec1a3ebafce8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:22:42 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.80.0 to 2.83.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.80.0 to 2.83.1. - [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/50b4a718b59c718df4ef27a3b445f86cd57b9f00...2ca9b94c269419b7b0c711c09d0b21c4e1d51145) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a7347977..49695eba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: key: browser-${{ hashFiles('**/Cargo.lock') }} restore-keys: browser- - name: Install wasm-pack - uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 # v2.80.0 + uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # v2.83.1 with: tool: wasm-pack - id: browser diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4eba5c11..ae54840f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: restore-keys: deploy- - name: Install trunk - uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 # v2.79.3 trunk + uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # v2.79.3 trunk with: tool: trunk@0.21.14 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a11a9102..4f9021c4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -39,7 +39,7 @@ jobs: restore-keys: e2e- - name: Install just - uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 # v2.79.3 just + uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # v2.79.3 just with: tool: just