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 b8d37d1e build(deps): bump taiki-e/install-action from 2.84.0 to 
2.85.4 (#649)
b8d37d1e is described below

commit b8d37d1e02fcb4860ee62c0235f42fdbf440bfeb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 11:39:06 2026 +0800

    build(deps): bump taiki-e/install-action from 2.84.0 to 2.85.4 (#649)
---
 .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 5e06b0fb..772d15b5 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@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 
# v2.84.0
+        uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e 
# v2.85.4
         with:
           tool: [email protected]
 
       - name: Install cargo-about
         if: steps.release_license_inputs.outputs.changed == 'true'
-        uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 
# v2.84.0
+        uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e 
# v2.85.4
         with:
           tool: [email protected]
 
diff --git a/.github/workflows/release-go-binding.yml 
b/.github/workflows/release-go-binding.yml
index bfc50e62..5b33c0db 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@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 
# v2.84.0
+        uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e 
# v2.85.4
         with:
           tool: [email protected]
 
@@ -212,7 +212,7 @@ jobs:
           python-version: "3.11"
 
       - name: Install cargo-about
-        uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 
# v2.84.0
+        uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e 
# v2.85.4
         with:
           tool: [email protected]
 
diff --git a/.github/workflows/release_python_binding.yml 
b/.github/workflows/release_python_binding.yml
index 2ee4c201..4336dd56 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@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 
# v2.84.0
+        uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e 
# v2.85.4
         with:
           tool: [email protected]
 
@@ -232,7 +232,7 @@ jobs:
           python-version: "3.11"
 
       - name: Install cargo-about
-        uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 
# v2.84.0
+        uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e 
# v2.85.4
         with:
           tool: [email protected]
 

Reply via email to