From 4230061e966d23d925001c65e8f123db366131d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:06:19 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.75.15 to 2.75.19 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.15 to 2.75.19. - [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/5939f3337e40968c39aa70f5ecb1417a92fb25a0...5f57d6cb7cd20b14a8a27f522884c4bc8a187458) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dep_build_guests.yml | 2 +- .github/workflows/dep_code_checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dep_build_guests.yml b/.github/workflows/dep_build_guests.yml index 38c52f7a7..48e244782 100644 --- a/.github/workflows/dep_build_guests.yml +++ b/.github/workflows/dep_build_guests.yml @@ -68,7 +68,7 @@ jobs: src/tests/rust_guests/witguest -> target - name: Install cargo-hyperlight - uses: taiki-e/install-action@5939f3337e40968c39aa70f5ecb1417a92fb25a0 # v2.75.15 + uses: taiki-e/install-action@5f57d6cb7cd20b14a8a27f522884c4bc8a187458 # v2.75.19 with: tool: cargo-hyperlight@0.1.8 diff --git a/.github/workflows/dep_code_checks.yml b/.github/workflows/dep_code_checks.yml index 18141743d..57630dc6b 100644 --- a/.github/workflows/dep_code_checks.yml +++ b/.github/workflows/dep_code_checks.yml @@ -142,7 +142,7 @@ jobs: run: just fmt-check - name: Install cargo-hyperlight - uses: taiki-e/install-action@5939f3337e40968c39aa70f5ecb1417a92fb25a0 # v2.75.15 + uses: taiki-e/install-action@5f57d6cb7cd20b14a8a27f522884c4bc8a187458 # v2.75.19 with: tool: cargo-hyperlight@0.1.8