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-java.git
The following commit(s) were added to refs/heads/main by this push:
new 1d8daed30 MINOR: [CI] Bump actions/setup-python from 6 to 7 (#1251)
1d8daed30 is described below
commit 1d8daed30705f67c4a9195efabd9859c90392e60
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 18:56:10 2026 -0700
MINOR: [CI] Bump actions/setup-python from 6 to 7 (#1251)
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 3872d03d2..4120e5321 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -107,7 +107,7 @@ jobs:
key: integration-conda-${{ hashFiles('cpp/**') }}
restore-keys: integration-conda-
- name: Setup Python
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
with:
python-version: 3.12
- name: Setup Archery