From c1f728535f423684f1788ae59c47f1ef43ed577f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:29:31 +0100 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.67.16 to 2.67.24 (#37) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.67.16 to 2.67.24. - [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/a362280ea100b5bb920cf9040c038ce9a50c7943...4573997e3b6c0fbc22f7acab193b00a8a3ca817d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.67.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- filtermail/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filtermail/.github/workflows/ci.yml b/filtermail/.github/workflows/ci.yml index fd5531e1..80825424 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@779680da715d629ac1d338a641029a2f4372abb5 # v2 - - uses: taiki-e/install-action@a362280ea100b5bb920cf9040c038ce9a50c7943 # v2 + - uses: taiki-e/install-action@4573997e3b6c0fbc22f7acab193b00a8a3ca817d # v2 with: tool: taplo-cli - run: taplo format --check && cargo fmt --check