mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update taiki-e/install-action digest to be7c31b (#12860)
This commit is contained in:
parent
9289502ead
commit
e718f55677
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -187,7 +187,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- name: "Install cargo shear"
|
||||
uses: taiki-e/install-action@2db346588ecc179293df26b2f8dcc61d3b3ecc40 # v2
|
||||
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
|
||||
with:
|
||||
tool: cargo-shear
|
||||
- run: cargo shear
|
||||
|
@ -217,7 +217,7 @@ jobs:
|
|||
run: uv python install
|
||||
|
||||
- name: "Install cargo nextest"
|
||||
uses: taiki-e/install-action@2db346588ecc179293df26b2f8dcc61d3b3ecc40 # v2
|
||||
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
|
@ -249,7 +249,7 @@ jobs:
|
|||
run: uv python install
|
||||
|
||||
- name: "Install cargo nextest"
|
||||
uses: taiki-e/install-action@2db346588ecc179293df26b2f8dcc61d3b3ecc40 # v2
|
||||
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
|
@ -291,7 +291,7 @@ jobs:
|
|||
run: rustup show
|
||||
|
||||
- name: "Install cargo nextest"
|
||||
uses: taiki-e/install-action@2db346588ecc179293df26b2f8dcc61d3b3ecc40 # v2
|
||||
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
|
@ -342,7 +342,7 @@ jobs:
|
|||
rustup component add rust-src --target ${{ matrix.target-arch }}-pc-windows-msvc
|
||||
|
||||
- name: "Install cargo-bloat"
|
||||
uses: taiki-e/install-action@2db346588ecc179293df26b2f8dcc61d3b3ecc40 # v2
|
||||
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
|
||||
with:
|
||||
tool: cargo-bloat
|
||||
|
||||
|
@ -2210,7 +2210,7 @@ jobs:
|
|||
run: rustup show
|
||||
|
||||
- name: "Install codspeed"
|
||||
uses: taiki-e/install-action@2db346588ecc179293df26b2f8dcc61d3b3ecc40 # v2
|
||||
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
|
||||
with:
|
||||
tool: cargo-codspeed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue