This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 24b71cd31 chore(ci): bump taiki-e/install-action from 2.85.11 to
2.86.1 (#2340)
24b71cd31 is described below
commit 24b71cd31d7dde87107c6462e985fea136ff1722
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 18 10:02:01 2026 +0300
chore(ci): bump taiki-e/install-action from 2.85.11 to 2.86.1 (#2340)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action)
from 2.85.11 to 2.86.1.
- [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/7f4eb899022d8fe70b20c4f3de697aa85c309026...288e746965032cfcc232e09af2daf5f23c14d780)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.86.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 149ba7882..d3a22b152 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -239,7 +239,7 @@ jobs:
rustup default stable
- uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6
#2.9.2
- name: Install taplo
- uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
+ uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780
# v2.86.1
with:
tool: [email protected]
diff --git a/.github/workflows/tpch.yml b/.github/workflows/tpch.yml
index 00c60d9b3..16ad388e3 100644
--- a/.github/workflows/tpch.yml
+++ b/.github/workflows/tpch.yml
@@ -98,7 +98,7 @@ jobs:
-p ballista-benchmarks
- name: Install tpchgen-cli
- uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
+ uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780
# v2.86.1
with:
tool: [email protected]
diff --git a/.github/workflows/web-tui.yml b/.github/workflows/web-tui.yml
index b3dfa96d5..b051b72fe 100644
--- a/.github/workflows/web-tui.yml
+++ b/.github/workflows/web-tui.yml
@@ -68,12 +68,12 @@ jobs:
- uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6
#2.9.2
- name: Install Trunk
- uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
+ uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780
# v2.86.1
with:
tool: [email protected]
- name: Install cargo-get
- uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
+ uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780
# v2.86.1
with:
tool: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]