From 756ad0b7414d1c56a9b42cf6506e00277d30eead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:12:43 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.69.5 to 2.69.14 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.5 to 2.69.14. - [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/b988c18e3de947a10207d5289ed90fae4e2c51f1...a164de717a0ee9284c2d9db1c6016a4c339cd333) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.69.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 850ba92..3503815 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -109,7 +109,7 @@ jobs: with: toolchain: stable - name: cargo install cargo-hack - uses: taiki-e/install-action@b988c18e3de947a10207d5289ed90fae4e2c51f1 # tag=v2.69.5 + uses: taiki-e/install-action@a164de717a0ee9284c2d9db1c6016a4c339cd333 # tag=v2.69.14 with: tool: cargo-hack # intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f0892d..6e1d0d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -150,7 +150,7 @@ jobs: toolchain: stable components: llvm-tools-preview - name: cargo install cargo-llvm-cov - uses: taiki-e/install-action@b988c18e3de947a10207d5289ed90fae4e2c51f1 # tag=v2.69.5 + uses: taiki-e/install-action@a164de717a0ee9284c2d9db1c6016a4c339cd333 # tag=v2.69.14 with: tool: cargo-llvm-cov - name: cargo generate-lockfile