Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to dca3b37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent 918b390 commit c1e01c9
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 @@ -55,10 +55,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-hack
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: nextest
- uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
with:
persist-credentials: false
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-hack
- run:
Expand All @@ -100,10 +100,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-hack
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-minimal-versions
- run: cargo fmt --all --check
Expand Down Expand Up @@ -174,10 +174,10 @@ jobs:
with:
toolchain: nightly
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: nextest
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2
Expand Down

0 comments on commit c1e01c9

Please sign in to comment.