From 2ae09e226a8ade7b3c38bb723d004fd09fb451bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:40:27 +0000 Subject: [PATCH] build(deps): update taiki-e/install-action action to v2.81.3 (#7542) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/format-workflow.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/workflow.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format-workflow.yml b/.github/workflows/format-workflow.yml index a52cb3a9f..2d86725d5 100644 --- a/.github/workflows/format-workflow.yml +++ b/.github/workflows/format-workflow.yml @@ -24,7 +24,7 @@ jobs: - name: Setup | Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install | Taplo - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 with: tool: taplo-cli@0.10.0 - name: Presets | Validate with schema diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed5c1873d..82d5311ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: - name: Setup | Install cross [Linux] if: matrix.os == 'ubuntu-latest' && !matrix.use_zigbuild - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 with: tool: cross@0.2.5 @@ -118,7 +118,7 @@ jobs: - name: Setup | Install cargo-zigbuild [riscv64] if: matrix.use_zigbuild - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2.77.1 + uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 with: tool: cargo-zigbuild diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b7473bf71..7017645e5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -162,7 +162,7 @@ jobs: uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 with: tool: cargo-llvm-cov@0.8.5