From 2c9f826422754b262e0d999caa62360d5681b7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:19:45 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.48.9 to 2.48.10 (#1938) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.48.9 to 2.48.10. - [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/v2.48.9...v2.48.10) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92c0e4042..79bd52594 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.48.9 + uses: taiki-e/install-action@v2.48.10 with: tool: nextest @@ -177,7 +177,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.48.9 + uses: taiki-e/install-action@v2.48.10 with: tool: nextest @@ -213,7 +213,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.48.9 + uses: taiki-e/install-action@v2.48.10 with: tool: nextest