From e73b849872a568f473c58e50ebe186c4567a0f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 23:23:45 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.75.27 to 2.79.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.27 to 2.79.3. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/7769b73c2ec98c38dfcf2e18c83cfd4880c038c1...65851e10cd6c377f11a60e600abc07cb08643468) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release-ci.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83a0973..4829d1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Install zizmor - uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: zizmor @@ -65,7 +65,7 @@ jobs: run: cargo test --all-targets - name: Security audit (cargo audit) - uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cargo-audit - name: Run security audit @@ -113,7 +113,7 @@ jobs: - name: Install cross-compilation toolchain (cross-rs) if: matrix.arch == 'aarch64' - uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cross diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 4a7d597..9b1980b 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -41,7 +41,7 @@ jobs: run: cargo test --all-targets - name: Security audit (cargo audit) - uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cargo-audit - name: Run security audit @@ -91,7 +91,7 @@ jobs: - name: Install cross-compilation toolchain (cross-rs) if: matrix.arch == 'aarch64' - uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cross @@ -149,7 +149,7 @@ jobs: fetch-depth: 0 - name: Install git-cliff - uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2 — Renovate manages SHA digest updates + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 — Renovate manages SHA digest updates with: tool: git-cliff