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 3985f1074 chore(deps): bump taiki-e/install-action from 2.83.0 to
2.83.2 (#2017)
3985f1074 is described below
commit 3985f10742f4ece2e08d53a7ca74133e36cc9d98
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 16:41:02 2026 +0300
chore(deps): bump taiki-e/install-action from 2.83.0 to 2.83.2 (#2017)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action)
from 2.83.0 to 2.83.2.
- [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/c7eb1735f09259a5035e8e5d44b1406b1cddc0fb...43aecc8d72668fbcfe75c31400bc4f890f1c5853)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.83.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 981829053..c2679ed8d 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
# v2.83.0
+ uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
# v2.83.2
with:
tool: [email protected]
diff --git a/.github/workflows/tpch.yml b/.github/workflows/tpch.yml
index c5bc57159..8e21eaf4b 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
# v2.83.0
+ uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
# v2.83.2
with:
tool: [email protected]
diff --git a/.github/workflows/web-tui.yml b/.github/workflows/web-tui.yml
index 4bca1c411..f35c9231c 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
# v2.83.0
+ uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
# v2.83.2
with:
tool: [email protected]
- name: Install cargo-get
- uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb
# v2.83.0
+ uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
# v2.83.2
with:
tool: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]