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'