From 8c91ee561d351c1cb3f4503e40b039a8e3f93592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:23:01 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.52.4 to 2.52.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.52.4 to 2.52.7. - [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/735e5933943122c5ac182670a935f54a949265c1...92f69c195229fe62d58b4d697ab4bc75def98e76) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.52.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 95f27cb..5282bd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Install Rust run: rustup install --profile minimal ${{ matrix.rust }} && rustup default ${{ matrix.rust }} - name: Install cross - uses: taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4 + uses: taiki-e/install-action@92f69c195229fe62d58b4d697ab4bc75def98e76 # v2.52.7 with: tool: cross@0.2.5 - name: Cache builds