This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new d3d2a731 chore(deps): bump taiki-e/install-action from 2.85.4 to
2.87.1 (#778)
d3d2a731 is described below
commit d3d2a7316c2a8103c0b58ad6c703fbf05f5fd83d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 15:03:32 2026 +0800
chore(deps): bump taiki-e/install-action from 2.85.4 to 2.87.1 (#778)
---
.github/workflows/ci.yml | 4 ++--
.github/workflows/release-go-binding.yml | 4 ++--
.github/workflows/release_python_binding.yml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6857fdc3..a1a2ff4d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -95,13 +95,13 @@ jobs:
run: python3 -m unittest discover -s scripts/tests -p 'test_*.py'
- name: Install cargo-deny
- uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e
# v2.85.4
+ uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833
# v2.87.1
with:
tool: [email protected]
- name: Install cargo-about
if: steps.release_license_inputs.outputs.changed == 'true'
- uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e
# v2.85.4
+ uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833
# v2.87.1
with:
tool: [email protected]
diff --git a/.github/workflows/release-go-binding.yml
b/.github/workflows/release-go-binding.yml
index 5b33c0db..75e7f039 100644
--- a/.github/workflows/release-go-binding.yml
+++ b/.github/workflows/release-go-binding.yml
@@ -145,7 +145,7 @@ jobs:
- name: Install cargo-about
if: matrix.runner != 'macos-15-intel'
- uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e
# v2.85.4
+ uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833
# v2.87.1
with:
tool: [email protected]
@@ -212,7 +212,7 @@ jobs:
python-version: "3.11"
- name: Install cargo-about
- uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e
# v2.85.4
+ uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833
# v2.87.1
with:
tool: [email protected]
diff --git a/.github/workflows/release_python_binding.yml
b/.github/workflows/release_python_binding.yml
index 4336dd56..79fc6d15 100644
--- a/.github/workflows/release_python_binding.yml
+++ b/.github/workflows/release_python_binding.yml
@@ -116,7 +116,7 @@ jobs:
- name: Install cargo-about
if: matrix.os != 'macos-15-intel'
- uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e
# v2.85.4
+ uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833
# v2.87.1
with:
tool: [email protected]
@@ -232,7 +232,7 @@ jobs:
python-version: "3.11"
- name: Install cargo-about
- uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e
# v2.85.4
+ uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833
# v2.87.1
with:
tool: [email protected]