From 09a18b4424b3f1033094ffd97da6d47585e38259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 01:00:14 +0530 Subject: [PATCH] Bump taiki-e/install-action from 2.87.11 to 2.87.15 (#1305) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.11 to 2.87.15. - [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/v2.87.11...v2.87.15) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cd9737..4b212bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: key: ${{ matrix.os }} - name: Install just - uses: taiki-e/install-action@v2.87.11 + uses: taiki-e/install-action@v2.87.15 with: tool: just - name: Run lints + tests