From 9967488169e8aa224ddc8050aa9d5ba680e928b6 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 17 Oct 2023 17:51:20 +0000 Subject: [PATCH] Update taiki-e/install-action digest to ac7879e --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/hakari.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ca6f2633f..e9c76656732 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 readme - uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2 + uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cfd45cf3ddf..8a6fb78e193 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: - name: Build rustdoc run: cargo doc --all-features --workspace - name: Install mdbook - uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2 + uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e # v2 with: tool: mdbook@0.4 - name: Run mdbook diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml index d05da6ed0e0..c335e874d5b 100644 --- a/.github/workflows/hakari.yml +++ b/.github/workflows/hakari.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: dtolnay/rust-toolchain@stable - name: Install cargo-hakari - uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # v2 + uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e # v2 with: tool: cargo-hakari - name: Check workspace-hack Cargo.toml is up-to-date