From 0e0c181a65f8d2a6f7fa3045654257ab9cefbb72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:10:29 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.62.49 to 2.85.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.49 to 2.85.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/44c6d64aa62cd779e873306675c7a58e86d6d532...3d7d7cd5ac7f994c1892ae0c06165095b9139094) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.1 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..6b3bde3840 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@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2.85.1 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@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2.85.1 with: tool: nextest@0.9.103 fallback: none