This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 6909e66d9e chore(deps): bump taiki-e/install-action from 2.62.28 to
2.62.29 (#18069)
6909e66d9e is described below
commit 6909e66d9ed5bfe69a6ce815782838abe77b0d1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 10:57:13 2025 -0700
chore(deps): bump taiki-e/install-action from 2.62.28 to 2.62.29 (#18069)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action)
from 2.62.28 to 2.62.29.
- [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/e7ef886cf8f69c25ecef6bbc2858a42e273496ec...5b5de1b4da26ad411330c0454bdd72929bfcbeb2)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.62.29
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/audit.yml | 2 +-
.github/workflows/rust.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index d2b6e350a5..5d5e9e270a 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
- name: Install cargo-audit
- uses: taiki-e/install-action@e7ef886cf8f69c25ecef6bbc2858a42e273496ec
# v2.62.28
+ uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2
# v2.62.29
with:
tool: cargo-audit
- name: Run audit check
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index e3e4c881da..ecdbf031b4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -412,7 +412,7 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -y -qq clang
- name: Setup wasm-pack
- uses: taiki-e/install-action@e7ef886cf8f69c25ecef6bbc2858a42e273496ec
# v2.62.28
+ uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2
# v2.62.29
with:
tool: wasm-pack
- name: Run tests with headless mode
@@ -739,7 +739,7 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- name: Install cargo-msrv
- uses: taiki-e/install-action@e7ef886cf8f69c25ecef6bbc2858a42e273496ec
# v2.62.28
+ uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2
# v2.62.29
with:
tool: cargo-msrv
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]