From e679f59205605e640c6e02600aec919ae93f9caf Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim <219906144+aibrahim-oai@users.noreply.github.com> Date: Wed, 18 Mar 2026 05:04:44 +0000 Subject: [PATCH] codex: fix rust-ci install-action inputs on PR #15026 Co-authored-by: Codex --- .github/workflows/rust-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index dc5c649c0e..cf410857fe 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -87,7 +87,6 @@ jobs: - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: tool: cargo-shear - version: 1.5.1 - name: cargo shear run: cargo shear @@ -292,7 +291,6 @@ jobs: uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: tool: sccache - version: 0.7.5 - name: Configure sccache backend if: ${{ env.USE_SCCACHE == 'true' }} @@ -422,7 +420,6 @@ jobs: uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: tool: cargo-chef - version: 0.1.71 - name: Pre-warm dependency cache (cargo-chef) if: ${{ matrix.profile == 'release' }} @@ -594,7 +591,6 @@ jobs: uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: tool: sccache - version: 0.7.5 - name: Configure sccache backend if: ${{ env.USE_SCCACHE == 'true' }} @@ -629,7 +625,6 @@ jobs: - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: tool: nextest - version: 0.9.103 - name: Enable unprivileged user namespaces (Linux) if: runner.os == 'Linux'