From be4bdd09589a7d98e202bc421629988565345b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 04:14:16 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.83.2 to 2.83.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.83.2 to 2.83.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/43aecc8d72668fbcfe75c31400bc4f890f1c5853...ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- .github/workflows/tpch.yml | 2 +- .github/workflows/web-tui.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 47ced05470..2499d936fb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -235,7 +235,7 @@ jobs: rustup default stable - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 #2.9.1 - name: Install cargo-tomlfmt - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 + uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 with: tool: cargo-tomlfmt@0.2.1 diff --git a/.github/workflows/tpch.yml b/.github/workflows/tpch.yml index ee819a1088..7ff3dcaaa3 100644 --- a/.github/workflows/tpch.yml +++ b/.github/workflows/tpch.yml @@ -77,7 +77,7 @@ jobs: -p ballista-benchmarks - name: Install tpchgen-cli - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 + uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 with: tool: tpchgen-cli@2.0.2 diff --git a/.github/workflows/web-tui.yml b/.github/workflows/web-tui.yml index 00da126c79..e9decc410e 100644 --- a/.github/workflows/web-tui.yml +++ b/.github/workflows/web-tui.yml @@ -64,12 +64,12 @@ jobs: - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 #2.9.1 - name: Install Trunk - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 + uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 with: tool: trunk@0.21.14 - name: Install cargo-get - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2 + uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 with: tool: cargo-get@1.4.0