From 94a4b843681cb980121f6190bd38d46f6d528aee Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 4 Nov 2025 04:01:53 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to f535147 --- .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 cc11a33..785444d 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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2 + uses: taiki-e/install-action@f535147c22906d77695e11cb199e764aa610a4fc # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e09a0a9..702b2fe 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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2 + uses: taiki-e/install-action@f535147c22906d77695e11cb199e764aa610a4fc # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1