From a336167d3210b043e4294509abceb8f40fcb9d92 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Mon, 24 Feb 2025 20:40:07 -0800 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 7ea888a (#320) --- .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 eb59587..b5daaac 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@ae97ff9daf1cd2e216671a047d80ff48461e30bb # v2 + uses: taiki-e/install-action@7ea888af71a31437ad4e71c62d021b3bb2728ea9 # v2 with: tool: cargo-readme - name: Run cargo readme diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50a65d7..c59f766 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@ae97ff9daf1cd2e216671a047d80ff48461e30bb # v2 + uses: taiki-e/install-action@7ea888af71a31437ad4e71c62d021b3bb2728ea9 # v2 with: tool: cargo-release@0.25.0 - uses: taiki-e/create-gh-release-action@b7abb0cf5e72cb5500307b577f9ca3fd4c5be9d2 # v1