Fix taiki-e install-action input usage in CI

This commit is contained in:
starr-openai
2026-03-19 01:21:58 +00:00
parent 53bb53b968
commit 7c25aba83f

View File

@@ -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'