From d5f3d5e1f2b87dd903ec9b02acf65a8e0d5e392b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 19 Nov 2025 04:05:53 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 62da238 --- .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 ea22d6e..e7d7db1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Lint (rustfmt) run: cargo xfmt --check - name: Install cargo readme - uses: taiki-e/install-action@8cd2ac21dc357ca7dd807fe294d11e9ef84f60ec # v2 + uses: taiki-e/install-action@62da238c048aa0f865cc5a322082957d34e7fc1a # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b6dd31..5266ea6 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@8cd2ac21dc357ca7dd807fe294d11e9ef84f60ec # v2 + uses: taiki-e/install-action@62da238c048aa0f865cc5a322082957d34e7fc1a # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1