From 79ab56998112d96a9948e70dd32df6b99d077dca Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 31 Dec 2024 12:24:01 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 77b010c --- .github/workflows/ci.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1834b6f8..ec5440a98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Lint (rustfmt) run: cargo xfmt --check - name: Install cargo-sync-rdme and just - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 + uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 with: tool: cargo-sync-rdme,just - name: Install nightly toolchain for cargo-sync-rdme @@ -71,7 +71,7 @@ jobs: with: key: ${{ matrix.rust-version }} - name: Install tools - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 + uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 with: tool: cargo-hack,just,nextest - name: Build diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ac9394aee..5373e627d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: - uses: Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2 - name: Install tools - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 + uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 with: tool: cargo-llvm-cov,just,nextest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ad393a62..84649561c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 + uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1