From 8bf1cecc63175992c132aad4073ea721c2f8d1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:44:37 +0000 Subject: [PATCH] chore: bump the actions group with 3 updates 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). Updates `astral-sh/setup-uv` from 7.6.0 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/37802adc94f370d6bfd71619e3f0bf239e1f3b78...cec208311dfd045dd5311c1add060b2062131d57) Updates `ruby/setup-ruby` from 1.299.0 to 1.300.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/3ff19f5e2baf30647122352b96108b1fbe250c64...e65c17d16e57e481586a6a5a0282698790062f92) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: ruby/setup-ruby dependency-version: 1.300.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .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 b53abecf06..4b44f1dccf 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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.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 df619d7ae9..67ea3f28e8 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -416,7 +416,7 @@ jobs: mv apache-arrow-adbc-$VERSION.tar.gz adbc/ci/linux-packages/ - name: Set up Ruby - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0 + uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0 with: ruby-version: ruby @@ -428,7 +428,7 @@ jobs: restore-keys: linux-${{ env.TASK_NAMESPACE }}-ccache-${{ matrix.target }}- - name: Login to GitHub Container registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}