From 04b3a29e1e98d6769d6a8c34766d1b03265ff7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:38:49 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action requirement to de179ea33fa5f5c434a81563f0e8a1c4f7ab8fe2 Updates the requirements on [taiki-e/install-action](https://github.com/taiki-e/install-action) to permit the latest version. - [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/commits/de179ea33fa5f5c434a81563f0e8a1c4f7ab8fe2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: de179ea33fa5f5c434a81563f0e8a1c4f7ab8fe2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4546e2e..1c7ff2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master with: toolchain: stable - - uses: taiki-e/install-action@c9a06c0e5d38d182732372ae4390adb6ddbfd51b # cargo-hack + - uses: taiki-e/install-action@de179ea33fa5f5c434a81563f0e8a1c4f7ab8fe2 # cargo-hack - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 with: cache-on-failure: true