From 6e65c605b03bd0c2c6ef9d5269c02b8a7cc9e0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:16:26 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.62.49 to 2.86.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.49 to 2.86.7. - [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/44c6d64aa62cd779e873306675c7a58e86d6d532...b6ff580856c41316412a0b9b60540fbc6f8c82cc) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codex-raw-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codex-raw-ci.yml b/.github/workflows/codex-raw-ci.yml index 12e6e9e588..5ab4ce0f1f 100644 --- a/.github/workflows/codex-raw-ci.yml +++ b/.github/workflows/codex-raw-ci.yml @@ -41,13 +41,13 @@ jobs: components: clippy, rustfmt - name: Install just - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49 + uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 with: tool: just@1.42.4 fallback: none - name: Install cargo-nextest - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49 + uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 with: tool: nextest@0.9.103 fallback: none