Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 4eef07f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2022
1 parent 25192a9 commit 2525c12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -55,10 +55,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-hack
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: nextest
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
with:
persist-credentials: false
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-hack
- run:
Expand All @@ -100,10 +100,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-hack
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
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@d33a0a9074251125f5018f6cc14b3803abc60f3e
uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: nextest
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2
Expand Down

0 comments on commit 2525c12

Please sign in to comment.