From 2fc191066e32ba178205637e27daf438adbd448f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:19:48 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.48.10 to 2.48.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.48.10 to 2.48.11. - [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.10...v2.48.11) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 79bd52594..b42d434c9 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.10 + uses: taiki-e/install-action@v2.48.11 with: tool: nextest @@ -177,7 +177,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.48.10 + uses: taiki-e/install-action@v2.48.11 with: tool: nextest @@ -213,7 +213,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.48.10 + uses: taiki-e/install-action@v2.48.11 with: tool: nextest