Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to e17a4e2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent f16e776 commit 135b499
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-hack
- uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: nextest
- uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
persist-credentials: false
- uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-hack
- run:
Expand All @@ -101,10 +101,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-hack
- uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-minimal-versions
- run: cargo fmt --all --check
Expand Down Expand Up @@ -175,10 +175,10 @@ jobs:
with:
toolchain: nightly
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352
uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@e6605310f95ed31bdbc1780ed3d659a4d1e11352
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: nextest
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
Expand Down

0 comments on commit 135b499

Please sign in to comment.