From a40b58d2748ce36cf2fa45b77d936c9e4fe66eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:16:25 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.33.6 to 2.33.7 (#1615) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.33.6 to 2.33.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/v2.33.6...v2.33.7) --- 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 10139d9f4..46d4d9911 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.33.6 + uses: taiki-e/install-action@v2.33.7 with: tool: nextest @@ -185,7 +185,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.33.6 + uses: taiki-e/install-action@v2.33.7 with: tool: nextest @@ -229,7 +229,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install nextest - uses: taiki-e/install-action@v2.33.6 + uses: taiki-e/install-action@v2.33.7 with: tool: nextest