From 7f90b97b6950672ba129c02ade8f2af64ea3dfda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:00:37 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.62.52 to 2.62.57 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.52 to 2.62.57. - [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/537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02...763e3324d4fd026c9bd284c504378585777a87d5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.57 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a93d142cc1afc..6d78c46a22b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: with: toolchain: stable - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: cargo-hack - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7eabec88f0d9..02a6a2dfd95b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: toolchain: stable target: ${{ matrix.target }} - uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1 - - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2 + - uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2 with: tool: nextest