From a8018cf201f259cd87a9bfca7a472e68354785c3 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 27 Oct 2023 03:12:24 +0000 Subject: [PATCH] Update taiki-e/install-action digest to 0e17f1a --- .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 9ef3e409d25..7aa682349dd 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@ac89944b5b150d78567ab6c02badfbe48b0b55aa # v2 + uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1b6125c7937..2ded421caae 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@ac89944b5b150d78567ab6c02badfbe48b0b55aa # v2 + uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2 with: tool: mdbook@0.4 - name: Run mdbook diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml index 18b009015a3..42e328c4881 100644 --- a/.github/workflows/hakari.yml +++ b/.github/workflows/hakari.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@stable - name: Install cargo-hakari - uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa # v2 + uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2 with: tool: cargo-hakari - name: Check workspace-hack Cargo.toml is up-to-date