From fa32f204ca6cb8d16baa7ff8369a092e4246400f Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 18 Apr 2024 03:11:08 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 4820827 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 284f1ad27..5da7a2af0 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@37b71c39b208369698511b6530dcb4b7d141be64 # v2 + uses: taiki-e/install-action@4820827bd312afaf667a328f1d0fe0fb4f6751b1 # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1ef2580a..0e7b7b9ed 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@37b71c39b208369698511b6530dcb4b7d141be64 # v2 + uses: taiki-e/install-action@4820827bd312afaf667a328f1d0fe0fb4f6751b1 # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@c88e967dc754f9d45751df0de0a9e636115f121d # v1