This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new e767d1eac chore: Bump the actions group with 2 updates (#3864)
e767d1eac is described below

commit e767d1eac21c0d634db31064cd1ba47d520ceaad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 09:52:27 2026 +0900

    chore: Bump the actions group with 2 updates (#3864)
    
    Bumps the actions group with 2 updates:
    [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and
    [ruby/setup-ruby](https://github.com/ruby/setup-ruby).
    
    Updates `astral-sh/setup-uv` from 7.1.6 to 7.2.0
    Updates `ruby/setup-ruby` from 1.277.0 to 1.279.0
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/integration.yml | 2 +-
 .github/workflows/packaging.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index 36669f71b..88ebd24ef 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -268,7 +268,7 @@ jobs:
           ./ci/scripts/cpp_test.sh "$(pwd)/build"
           ./ci/scripts/python_test.sh "$(pwd)" "$(pwd)/build"
           docker compose down
-      - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867  # 
v7.1.6
+      - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b  # 
v7.2.0
       - name: Run PostgreSQL Validation Suite
         run: |
           env POSTGRES_VERSION=18 docker compose up --wait --detach 
postgres-test
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 790a3a84a..b97eaa41f 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -417,7 +417,7 @@ jobs:
           mv apache-arrow-adbc-$VERSION.tar.gz adbc/ci/linux-packages/
 
       - name: Set up Ruby
-        uses: ruby/setup-ruby@8a836efbcebe5de0fe86b48a775b7a31b5c70c93  # 
v1.277.0
+        uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0  # 
v1.279.0
         with:
           ruby-version: ruby
 

Reply via email to