From 2525c128efe7b9ce8a7abb5777ba7ec55358f469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:09:35 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 4eef07f --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf1e17f37..d8a1aeadb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: @@ -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 @@ -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