From 7c25aba83f2bf8ac15ec185264bad60bb988f6ab Mon Sep 17 00:00:00 2001 From: starr-openai Date: Thu, 19 Mar 2026 01:21:58 +0000 Subject: [PATCH] Fix taiki-e install-action input usage in CI --- .github/workflows/rust-ci.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 0be65403d3..5dc7cd3295 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -86,8 +86,7 @@ jobs: - uses: dtolnay/rust-toolchain@1.93.0 - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: - tool: cargo-shear - version: 1.5.1 + tool: cargo-shear@1.5.1 - name: cargo shear run: cargo shear @@ -291,8 +290,7 @@ jobs: if: ${{ env.USE_SCCACHE == 'true' }} uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: - tool: sccache - version: 0.7.5 + tool: sccache@0.7.5 - name: Configure sccache backend if: ${{ env.USE_SCCACHE == 'true' }} @@ -421,8 +419,7 @@ jobs: if: ${{ matrix.profile == 'release' }} uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: - tool: cargo-chef - version: 0.1.71 + tool: cargo-chef@0.1.71 - name: Pre-warm dependency cache (cargo-chef) if: ${{ matrix.profile == 'release' }} @@ -593,8 +590,7 @@ jobs: if: ${{ env.USE_SCCACHE == 'true' }} uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: - tool: sccache - version: 0.7.5 + tool: sccache@0.7.5 - name: Configure sccache backend if: ${{ env.USE_SCCACHE == 'true' }} @@ -628,8 +624,7 @@ jobs: - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 with: - tool: nextest - version: 0.9.103 + tool: nextest@0.9.103 - name: Enable unprivileged user namespaces (Linux) if: runner.os == 'Linux'