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 f78adf877 chore: Bump astral-sh/setup-uv from 7.2.1 to 7.3.0 (#3956)
f78adf877 is described below
commit f78adf877392909d1de2d922e786e14cf23e6883
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 09:38:27 2026 +0900
chore: Bump astral-sh/setup-uv from 7.2.1 to 7.3.0 (#3956)
Bumps the actions group with 1 update:
[astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/integration.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 0cfe89667..d69cfca0a 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@803947b9bd8e9f986429fa0c5a41c367cd732b41 #
v7.2.1
+ - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b #
v7.3.0
- name: Run PostgreSQL Validation Suite
run: |
env POSTGRES_VERSION=18 docker compose up --wait --detach
postgres-test