From 0785da1d160231a7f679664f883f2d54e7dfaa21 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 10 Oct 2023 17:19:01 +0000 Subject: [PATCH] Update taiki-e/install-action digest to f6df2ed --- .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 6bfc8f94614..f3664491ab8 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@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc # v2 + uses: taiki-e/install-action@f6df2ed02b5d67ca6f4081800ff74835e62fb83c # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bd85de5d82e..10aa179a74c 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@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc # v2 + uses: taiki-e/install-action@f6df2ed02b5d67ca6f4081800ff74835e62fb83c # v2 with: tool: mdbook@0.4 - name: Run mdbook diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml index a1fdb8350ac..2b76e0ea411 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@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc # v2 + uses: taiki-e/install-action@f6df2ed02b5d67ca6f4081800ff74835e62fb83c # v2 with: tool: cargo-hakari - name: Check workspace-hack Cargo.toml is up-to-date