From f44e3b7d75f6ad1ef014adc0e8e9637bf48e4056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:06:15 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.45.0 to 2.45.3 (#1830) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.45.0 to 2.45.3. - [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.45.0...v2.45.3) --- 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 a6b09d0fe..f3af92ce4 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.45.0 + uses: taiki-e/install-action@v2.45.3 with: tool: nextest @@ -185,7 +185,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.45.0 + uses: taiki-e/install-action@v2.45.3 with: tool: nextest @@ -229,7 +229,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.45.0 + uses: taiki-e/install-action@v2.45.3 with: tool: nextest