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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2ac50bd229 MINOR: [CI] Bump actions/setup-python from 6 to 7 (#50564)
2ac50bd229 is described below

commit 2ac50bd229366266c6103b1d2eb5f056bd78f4ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 10:17:12 2026 +0900

    MINOR: [CI] Bump actions/setup-python from 6 to 7 (#50564)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 
6 to 7.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a 
href="https://github.com/actions/setup-python/releases";>actions/setup-python's 
releases</a>.</em></p>
    <blockquote>
    <h2>v7.0.0</h2>
    <h2>What's Changed</h2>
    <h3>Enhancements</h3>
    <ul>
    <li>Migrate to ESM and upgrade dependencies by <a 
href="https://github.com/priyagupta108";><code>@​priyagupta108</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1330";>actions/setup-python#1330</a></li>
    <li>Pin SHA commits and update docs with latest versions by <a 
href="https://github.com/HarithaVattikuti";><code>@​HarithaVattikuti</code></a> 
in <a 
href="https://redirect.github.com/actions/setup-python/pull/1338";>actions/setup-python#1338</a></li>
    <li>Remove the pip-install input by <a 
href="https://github.com/gowridurgad";><code>@​gowridurgad</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1336";>actions/setup-python#1336</a></li>
    </ul>
    <h3>Bug Fix</h3>
    <ul>
    <li>Fix to Classify stderr warning messages as warnings instead of errors 
in annotations by <a 
href="https://github.com/lmvysakh";><code>@​lmvysakh</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1335";>actions/setup-python#1335</a></li>
    <li>Validate and retry manifest fetch to prevent silent failures by <a 
href="https://github.com/priyagupta108";><code>@​priyagupta108</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1332";>actions/setup-python#1332</a></li>
    </ul>
    <h3>Dependency Upgrade</h3>
    <ul>
    <li>Bump certifi from 2020.6.20 to 2024.7.4 in /<strong>tests</strong>/data 
by <a href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1328";>actions/setup-python#1328</a></li>
    <li>Remove EOL Python versions and Bumps numpy text fixture by <a 
href="https://github.com/priya-kinthali";><code>@​priya-kinthali</code></a> in 
<a 
href="https://redirect.github.com/actions/setup-python/pull/1333";>actions/setup-python#1333</a></li>
    <li>Upgrade <code>@​actions/cache</code> to 6.2.0 by <a 
href="https://github.com/philip-gai";><code>@​philip-gai</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1337";>actions/setup-python#1337</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/lmvysakh";><code>@​lmvysakh</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/1335";>actions/setup-python#1335</a></li>
    <li><a href="https://github.com/philip-gai";><code>@​philip-gai</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/1337";>actions/setup-python#1337</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/setup-python/compare/v6...v7.0.0";>https://github.com/actions/setup-python/compare/v6...v7.0.0</a></p>
    <h2>v6.3.0</h2>
    <h2>What's Changed</h2>
    <h3>Enhancement</h3>
    <ul>
    <li>Add RHEL support and include Linux distro in cache keys by <a 
href="https://github.com/priyagupta108";><code>@​priyagupta108</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1323";>actions/setup-python#1323</a></li>
    <li>Fix pip cache error handling on Windows by <a 
href="https://github.com/priyagupta108";><code>@​priyagupta108</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1040";>actions/setup-python#1040</a></li>
    </ul>
    <h3>Dependency update</h3>
    <ul>
    <li>Upgrade minimatch from 3.1.2 to 3.1.5 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1281";>actions/setup-python#1281</a></li>
    <li>Upgrade actions dependencies by <a 
href="https://github.com/gowridurgad";><code>@​gowridurgad</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1303";>actions/setup-python#1303</a></li>
    <li>Upgrade <code>@​actions/cache</code> to 5.1.0, log cache write denied 
by <a href="https://github.com/jasongin";><code>@​jasongin</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1324";>actions/setup-python#1324</a></li>
    <li>Upgrade dependency versions and test workflow configuration by <a 
href="https://github.com/HarithaVattikuti";><code>@​HarithaVattikuti</code></a> 
in <a 
href="https://redirect.github.com/actions/setup-python/pull/1322";>actions/setup-python#1322</a></li>
    </ul>
    <h3>Documentation</h3>
    <ul>
    <li>Update advanced-usage.md by <a 
href="https://github.com/Dunky-Z";><code>@​Dunky-Z</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/811";>actions/setup-python#811</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/gowridurgad";><code>@​gowridurgad</code></a> 
with <a href="https://github.com/Copilot";><code>@​Copilot</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/1303";>actions/setup-python#1303</a></li>
    <li><a href="https://github.com/jasongin";><code>@​jasongin</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/1324";>actions/setup-python#1324</a></li>
    <li><a href="https://github.com/Dunky-Z";><code>@​Dunky-Z</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/811";>actions/setup-python#811</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0";>https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0</a></p>
    <h2>v6.2.0</h2>
    <h2>What's Changed</h2>
    <h3>Dependency Upgrades</h3>
    <ul>
    <li>Upgrade dependencies to Node 24 compatible versions by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1259";>actions/setup-python#1259</a></li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/actions/setup-python/commit/5fda3b95a4ea91299a34e894583c3862153e4b97";><code>5fda3b9</code></a>
 Pin SHA commits and update docs with latest versions (<a 
href="https://redirect.github.com/actions/setup-python/issues/1338";>#1338</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/4ab7e95f05e168b4356aebde89dd84f59c283d8e";><code>4ab7e95</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/setup-python/issues/1337";>#1337</a> 
from actions/philip-gai/bump-actions-cache-6-2-0</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/0f3a009f475dbea83c0371cd85d099690fee8c5c";><code>0f3a009</code></a>
 Remove the pip-install input (<a 
href="https://redirect.github.com/actions/setup-python/issues/1336";>#1336</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/f8cf4291c8b8e273ddd26e569454615c7315d932";><code>f8cf429</code></a>
 Migrate to ESM and upgrade dependencies (<a 
href="https://redirect.github.com/actions/setup-python/issues/1330";>#1330</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/54baeea5b34417d10a7479663a23cca53ea209b5";><code>54baeea</code></a>
 Validate and retry manifest fetch to prevent silent failures (<a 
href="https://redirect.github.com/actions/setup-python/issues/1332";>#1332</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/c7092773a316760f4ecfe498e4af668a4dafeac5";><code>c709277</code></a>
 Annotation code fix (<a 
href="https://redirect.github.com/actions/setup-python/issues/1335";>#1335</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/6849080452e69b330395e8a6d23cf90f56d76a1a";><code>6849080</code></a>
 remove EOL Python versions and Bumps numpy text fixture (<a 
href="https://redirect.github.com/actions/setup-python/issues/1333";>#1333</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/0903b469fbf4441aadfe4f4b249dc5b1fba3a73e";><code>0903b46</code></a>
 Bump certifi from 2020.6.20 to 2024.7.4 in /<strong>tests</strong>/data (<a 
href="https://redirect.github.com/actions/setup-python/issues/1328";>#1328</a>)</li>
    <li>See full diff in <a 
href="https://github.com/actions/setup-python/compare/v6...v7";>compare 
view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=6&new-version=7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting `@ 
dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@ dependabot rebase` will rebase this PR
    - `@ dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
    - `@ dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
    - `@ dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
    - `@ dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
    - `@ dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
    
    </details>
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/archery.yml     | 2 +-
 .github/workflows/comment_bot.yml | 2 +-
 .github/workflows/cpp.yml         | 6 +++---
 .github/workflows/cpp_extra.yml   | 8 ++++----
 .github/workflows/cuda_extra.yml  | 2 +-
 .github/workflows/dev.yml         | 2 +-
 .github/workflows/docs.yml        | 2 +-
 .github/workflows/docs_light.yml  | 2 +-
 .github/workflows/integration.yml | 2 +-
 .github/workflows/pr_bot.yml      | 2 +-
 .github/workflows/python.yml      | 6 +++---
 .github/workflows/r.yml           | 4 ++--
 .github/workflows/r_extra.yml     | 2 +-
 .github/workflows/r_nightly.yml   | 2 +-
 .github/workflows/report_ci.yml   | 2 +-
 .github/workflows/ruby.yml        | 2 +-
 .github/workflows/verify_rc.yml   | 2 +-
 17 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/.github/workflows/archery.yml b/.github/workflows/archery.yml
index 3716b6fdb0..6ae257e0ad 100644
--- a/.github/workflows/archery.yml
+++ b/.github/workflows/archery.yml
@@ -66,7 +66,7 @@ jobs:
         shell: bash
         run: git branch $ARCHERY_DEFAULT_BRANCH origin/$ARCHERY_DEFAULT_BRANCH 
|| true
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: '3.12'
       - name: Install pygit2 binary wheel
diff --git a/.github/workflows/comment_bot.yml 
b/.github/workflows/comment_bot.yml
index b7336ced59..ceff6c41d2 100644
--- a/.github/workflows/comment_bot.yml
+++ b/.github/workflows/comment_bot.yml
@@ -43,7 +43,7 @@ jobs:
           # fetch the tags for version number generation
           fetch-depth: 0
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Install Archery and Crossbow dependencies
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index 9ea6a18664..398d271036 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -130,7 +130,7 @@ jobs:
       - name: Setup Python on hosted runner
         if: |
           matrix.runs-on == 'ubuntu-latest'
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Python on self-hosted runner
@@ -255,7 +255,7 @@ jobs:
           $(brew --prefix bash)/bin/bash \
             ci/scripts/install_minio.sh latest ${ARROW_HOME}
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Install Google Cloud Storage Testbench
@@ -419,7 +419,7 @@ jobs:
             
https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2025-01-20T14-49-07Z
           chmod +x /usr/local/bin/minio.exe
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         id: python-install
         with:
           python-version: '3.12'
diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml
index 8b072ed90a..00bbbc60be 100644
--- a/.github/workflows/cpp_extra.yml
+++ b/.github/workflows/cpp_extra.yml
@@ -139,7 +139,7 @@ jobs:
           path: .docker
           key: cpp-extra-${{ matrix.image }}
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery
@@ -228,7 +228,7 @@ jobs:
           path: .docker
           key: jni-${{ matrix.platform.runs-on }}
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery
@@ -378,7 +378,7 @@ jobs:
           fetch-depth: 0
           submodules: recursive
       - name: Setup Python on hosted runner
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery
@@ -511,7 +511,7 @@ jobs:
           path: ${{ steps.ccache-info.outputs.cache-dir }}
           key: cpp-odbc-ccache-macos-${{ matrix.macos-version }}-${{ 
matrix.build-type }}
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery
diff --git a/.github/workflows/cuda_extra.yml b/.github/workflows/cuda_extra.yml
index f58ee86e6f..fedf672fb1 100644
--- a/.github/workflows/cuda_extra.yml
+++ b/.github/workflows/cuda_extra.yml
@@ -112,7 +112,7 @@ jobs:
           key: extra-${{ matrix.image }}-${{ hashFiles('cpp/**') }}
           restore-keys: extra-${{ matrix.image }}-
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 154176a62b..4b69c4e0b4 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -93,7 +93,7 @@ jobs:
           persist-credentials: false
           fetch-depth: 0
       - name: Install Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: '3.12'
       - name: Install Ruby
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index bf1615f4a7..d176095739 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -63,7 +63,7 @@ jobs:
           key: debian-docs-${{ hashFiles('cpp/**') }}
           restore-keys: debian-docs-
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/docs_light.yml b/.github/workflows/docs_light.yml
index 7d84bcd1d9..9e62aacfa7 100644
--- a/.github/workflows/docs_light.yml
+++ b/.github/workflows/docs_light.yml
@@ -61,7 +61,7 @@ jobs:
           key: conda-docs-${{ hashFiles('cpp/**') }}
           restore-keys: conda-docs-
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index adb5fdca05..197eb19b15 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -117,7 +117,7 @@ jobs:
           key: conda-${{ hashFiles('cpp/**') }}
           restore-keys: conda-
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/pr_bot.yml b/.github/workflows/pr_bot.yml
index 0733cab90c..5cead0e8e1 100644
--- a/.github/workflows/pr_bot.yml
+++ b/.github/workflows/pr_bot.yml
@@ -82,7 +82,7 @@ jobs:
           # fetch the tags for version number generation
           fetch-depth: 0
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Install Archery and Crossbow dependencies
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 713168545f..36bf11aac9 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -112,7 +112,7 @@ jobs:
           path: .docker
           key: python-${{ matrix.name }}
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Setup Archery
@@ -194,7 +194,7 @@ jobs:
           fetch-depth: 0
           submodules: recursive
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: '3.11'
       - name: Install Dependencies
@@ -283,7 +283,7 @@ jobs:
           fetch-depth: 0
           submodules: recursive
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.13
       - name: Install ccache
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 56fa43cffd..98b301d095 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -97,7 +97,7 @@ jobs:
             ubuntu-${{ matrix.ubuntu }}-r-${{ matrix.r }}-${{ 
hashFiles('cpp/src/**/*.cc','cpp/src/**/*.h)') }}-
             ubuntu-${{ matrix.ubuntu }}-r-${{ matrix.r }}-
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Setup Archery
@@ -157,7 +157,7 @@ jobs:
           fetch-depth: 0
           submodules: recursive
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/r_extra.yml b/.github/workflows/r_extra.yml
index 142464dabc..3209e08bc4 100644
--- a/.github/workflows/r_extra.yml
+++ b/.github/workflows/r_extra.yml
@@ -159,7 +159,7 @@ jobs:
           key: extra-${{ matrix.image }}-${{ hashFiles('cpp/**') }}
           restore-keys: extra-${{ matrix.image }}-
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery
diff --git a/.github/workflows/r_nightly.yml b/.github/workflows/r_nightly.yml
index 392a51ef73..b18bc35b36 100644
--- a/.github/workflows/r_nightly.yml
+++ b/.github/workflows/r_nightly.yml
@@ -62,7 +62,7 @@ jobs:
           repository: ursacomputing/crossbow
           ref: main
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           cache: 'pip'
           python-version: 3.12
diff --git a/.github/workflows/report_ci.yml b/.github/workflows/report_ci.yml
index 17efc4b5d6..13d0f0e621 100644
--- a/.github/workflows/report_ci.yml
+++ b/.github/workflows/report_ci.yml
@@ -44,7 +44,7 @@ jobs:
           persist-credentials: false
           fetch-depth: 0
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 0e1da70d20..222b008673 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -93,7 +93,7 @@ jobs:
           path: .docker
           key: ruby-ubuntu-${{ matrix.ubuntu }}
       - name: Setup Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/verify_rc.yml b/.github/workflows/verify_rc.yml
index 04342ca3a4..df70e75564 100644
--- a/.github/workflows/verify_rc.yml
+++ b/.github/workflows/verify_rc.yml
@@ -163,7 +163,7 @@ jobs:
       - uses: actions/checkout@v7
         with:
           persist-credentials: false
-      - uses: actions/setup-python@v6
+      - uses: actions/setup-python@v7
         with:
           python-version: 3
       - name: Setup Archery

Reply via email to