From 5575df75105a63d47d7de2f39d62864e4f91da9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:46:10 +0200 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.69.13 to 2.71.2 (#112) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.13 to 2.71.2. - [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/704f92c11daa75bff5b4e01fcb083350c16c47b9...d858f8113943481093e02986a7586a4819a3bfd6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.71.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- filtermail/.github/workflows/ci.yml | 2 +- filtermail/.github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filtermail/.github/workflows/ci.yml b/filtermail/.github/workflows/ci.yml index 73e2e356..bcca9365 100644 --- a/filtermail/.github/workflows/ci.yml +++ b/filtermail/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: toolchain: nightly components: rustfmt - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 - - uses: taiki-e/install-action@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2 + - uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2 with: tool: taplo-cli - run: taplo format --check && cargo fmt --check diff --git a/filtermail/.github/workflows/release.yml b/filtermail/.github/workflows/release.yml index f558ff9b..c3f334ee 100644 --- a/filtermail/.github/workflows/release.yml +++ b/filtermail/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: toolchain: stable targets: aarch64-unknown-linux-musl,x86_64-unknown-linux-musl - uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2 - - uses: taiki-e/install-action@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2 + - uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2 with: tool: cargo-zigbuild - name: Build