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 19871decd chore: Bump the actions group with 3 updates (#3942)
19871decd is described below

commit 19871decd289464e3f11acbce218089ececa4f2e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 10:38:56 2026 +0900

    chore: Bump the actions group with 3 updates (#3942)
    
    Bumps the actions group with 3 updates:
    [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv),
    [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and
    [docker/login-action](https://github.com/docker/login-action).
    
    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   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index 86d4dc843..0cfe89667 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -278,7 +278,7 @@ jobs:
           ./ci/scripts/python_test.sh "$(pwd)" "$(pwd)/build"
           docker compose down
           docker compose rm -fsv
-      - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b  # 
v7.2.0
+      - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41  # 
v7.2.1
       - 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 9a49e83d9..d914006e3 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@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8  # 
v1.286.0
+        uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd  # 
v1.288.0
         with:
           ruby-version: ruby
 
@@ -429,7 +429,7 @@ jobs:
           restore-keys: linux-${{ env.TASK_NAMESPACE }}-ccache-${{ 
matrix.target }}-
 
       - name: Login to GitHub Container registry
-        uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef  # 
v3.6.0
+        uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9  # 
v3.7.0
         with:
           registry: ghcr.io
           username: ${{ github.actor }}

Reply via email to