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 60b5ab9ee0 MINOR: [CI] Bump actions/setup-python from 5.4.0 to 5.5.0 
(#45982)
60b5ab9ee0 is described below

commit 60b5ab9ee0bf070f03cf5c92fe0add0257543dfd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 1 11:37:52 2025 +0900

    MINOR: [CI] Bump actions/setup-python from 5.4.0 to 5.5.0 (#45982)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 
5.4.0 to 5.5.0.
    <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>v5.5.0</h2>
    <h2>What's Changed</h2>
    <h3>Enhancements:</h3>
    <ul>
    <li>Support free threaded Python versions like '3.13t' by <a 
href="https://github.com/colesbury";><code>@​colesbury</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/973";>actions/setup-python#973</a></li>
    <li>Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free 
threaded and Upgrade <code>@​action/cache</code> from 4.0.0 to 4.0.3 by <a 
href="https://github.com/priya-kinthali";><code>@​priya-kinthali</code></a> in 
<a 
href="https://redirect.github.com/actions/setup-python/pull/1056";>actions/setup-python#1056</a></li>
    <li>Add support for .tool-versions file in setup-python by <a 
href="https://github.com/mahabaleshwars";><code>@​mahabaleshwars</code></a> in 
<a 
href="https://redirect.github.com/actions/setup-python/pull/1043";>actions/setup-python#1043</a></li>
    </ul>
    <h3>Bug fixes:</h3>
    <ul>
    <li>Fix architecture for pypy on Linux ARM64 by <a 
href="https://github.com/mayeut";><code>@​mayeut</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1011";>actions/setup-python#1011</a>
    This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.</li>
    </ul>
    <h3>Dependency updates:</h3>
    <ul>
    <li>Upgrade <code>@​vercel/ncc</code> from 0.38.1 to 0.38.3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1016";>actions/setup-python#1016</a></li>
    <li>Upgrade <code>@​actions/glob</code> from 0.4.0 to 0.5.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/1015";>actions/setup-python#1015</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/colesbury";><code>@​colesbury</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/973";>actions/setup-python#973</a></li>
    <li><a 
href="https://github.com/mahabaleshwars";><code>@​mahabaleshwars</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/1043";>actions/setup-python#1043</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/setup-python/compare/v5...v5.5.0";>https://github.com/actions/setup-python/compare/v5...v5.5.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/actions/setup-python/commit/8d9ed9ac5c53483de85588cdf95a591a75ab9f55";><code>8d9ed9a</code></a>
 Add e2e Testing for free threaded and Bump <code>@​action/cache</code> from 
4.0.0 to 4.0.3 ...</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/19e4675e06535f6b54e894da5c1f044400bb4996";><code>19e4675</code></a>
 Add support for .tool-versions file in setup-python (<a 
href="https://redirect.github.com/actions/setup-python/issues/1043";>#1043</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/6fd11e170a18f6ae448d1080a4a63cc987aed84c";><code>6fd11e1</code></a>
 Bump <code>@​actions/glob</code> from 0.4.0 to 0.5.0 (<a 
href="https://redirect.github.com/actions/setup-python/issues/1015";>#1015</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/9e62be81b28222addecf85e47571213eb7680449";><code>9e62be8</code></a>
 Support free threaded Python versions like '3.13t' (<a 
href="https://redirect.github.com/actions/setup-python/issues/973";>#973</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/6ca8e8598faa206f7140a65ba31b899bebe16f58";><code>6ca8e85</code></a>
 Bump <code>@​vercel/ncc</code> from 0.38.1 to 0.38.3 (<a 
href="https://redirect.github.com/actions/setup-python/issues/1016";>#1016</a>)</li>
    <li><a 
href="https://github.com/actions/setup-python/commit/8039c45ed9a312fba91f3399cd0605ba2ebfe93c";><code>8039c45</code></a>
 fix: install PyPy on Linux ARM64 (<a 
href="https://redirect.github.com/actions/setup-python/issues/1011";>#1011</a>)</li>
    <li>See full diff in <a 
href="https://github.com/actions/setup-python/compare/v5.4.0...v5.5.0";>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=5.4.0&new-version=5.5.0)](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 merge` will merge this PR after your CI passes on it
    - `@ dependabot squash and merge` will squash and merge this PR after your 
CI passes on it
    - `@ dependabot cancel merge` will cancel a previously requested merge and 
block automerging
    - `@ dependabot reopen` will reopen this PR if it is closed
    - `@ dependabot close` will close this PR and stop Dependabot recreating 
it. You can achieve the same result by closing it manually
    - `@ 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/csharp.yml      | 6 +++---
 .github/workflows/dev.yml         | 4 ++--
 .github/workflows/docs.yml        | 2 +-
 .github/workflows/docs_light.yml  | 2 +-
 .github/workflows/integration.yml | 2 +-
 .github/workflows/js.yml          | 2 +-
 .github/workflows/pr_bot.yml      | 2 +-
 .github/workflows/python.yml      | 4 ++--
 .github/workflows/r.yml           | 4 ++--
 .github/workflows/r_nightly.yml   | 2 +-
 .github/workflows/ruby.yml        | 2 +-
 .github/workflows/swift.yml       | 2 +-
 .github/workflows/verify_rc.yml   | 2 +-
 16 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/.github/workflows/archery.yml b/.github/workflows/archery.yml
index e486ef0e16..38dd4206f8 100644
--- a/.github/workflows/archery.yml
+++ b/.github/workflows/archery.yml
@@ -65,7 +65,7 @@ jobs:
         shell: bash
         run: git branch $ARCHERY_DEFAULT_BRANCH origin/$ARCHERY_DEFAULT_BRANCH 
|| true
       - name: Setup Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: '3.9'
       - name: Install pygit2 binary wheel
diff --git a/.github/workflows/comment_bot.yml 
b/.github/workflows/comment_bot.yml
index 578b47361b..8fe6dfa8eb 100644
--- a/.github/workflows/comment_bot.yml
+++ b/.github/workflows/comment_bot.yml
@@ -42,7 +42,7 @@ jobs:
           # fetch the tags for version number generation
           fetch-depth: 0
       - name: Set up Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Install Archery and Crossbow dependencies
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index 9b2fbbc336..0ff55a3819 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -121,7 +121,7 @@ jobs:
       - name: Setup Python on hosted runner
         if: |
           matrix.runs-on == 'ubuntu-latest'
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3
       - name: Setup Python on self-hosted runner
@@ -234,7 +234,7 @@ jobs:
           $(brew --prefix bash)/bin/bash \
             ci/scripts/install_minio.sh latest ${ARROW_HOME}
       - name: Set up Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: 3.12
       - name: Install Google Cloud Storage Testbench
@@ -451,7 +451,7 @@ jobs:
             
https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2024-09-13T20-26-02Z
           chmod +x /usr/local/bin/minio.exe
       - name: Set up Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         id: python-install
         with:
           python-version: 3.9
diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml
index 75f022ee4c..0ebeaeb5b0 100644
--- a/.github/workflows/csharp.yml
+++ b/.github/workflows/csharp.yml
@@ -58,7 +58,7 @@ jobs:
         with:
           dotnet-version: ${{ matrix.dotnet }}
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3
       - name: Checkout Arrow
@@ -112,7 +112,7 @@ jobs:
         with:
           dotnet-version: ${{ matrix.dotnet }}
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Checkout Arrow
@@ -174,7 +174,7 @@ jobs:
             "s/^    <Version>.+<\/Version>/    <Version>${semver}<\/Version>/" 
\
             csharp/Directory.Build.props
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3
       - name: Setup Archery
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 31c117d90c..465de64587 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -50,7 +50,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Install pre-commit
@@ -109,7 +109,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Install Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: '3.12'
       - name: Install Ruby
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 55ca6e6f2c..8b618693dc 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -52,7 +52,7 @@ jobs:
           key: debian-docs-${{ hashFiles('cpp/**') }}
           restore-keys: debian-docs-
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/docs_light.yml b/.github/workflows/docs_light.yml
index f406c7396c..07b926df75 100644
--- a/.github/workflows/docs_light.yml
+++ b/.github/workflows/docs_light.yml
@@ -59,7 +59,7 @@ jobs:
           key: conda-docs-${{ hashFiles('cpp/**') }}
           restore-keys: conda-docs-
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index a6a6d22d09..e81be37d23 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -106,7 +106,7 @@ jobs:
           key: conda-${{ hashFiles('cpp/**') }}
           restore-keys: conda-
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index e100e26a05..da8202082c 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -61,7 +61,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/pr_bot.yml b/.github/workflows/pr_bot.yml
index a9ccdad0c5..f8b189f95a 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@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Install Archery and Crossbow dependencies
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 19e7754fd8..239356d4d5 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -114,7 +114,7 @@ jobs:
           key: ${{ matrix.cache }}-${{ hashFiles('cpp/**') }}
           restore-keys: ${{ matrix.cache }}-
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
@@ -183,7 +183,7 @@ jobs:
           fetch-depth: 0
           submodules: recursive
       - name: Setup Python
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           python-version: '3.11'
       - name: Install Dependencies
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index d85cec4d47..e5bf48c3e6 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -155,7 +155,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@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
@@ -214,7 +214,7 @@ jobs:
           fetch-depth: 0
           submodules: recursive
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/r_nightly.yml b/.github/workflows/r_nightly.yml
index e8a3c58a84..6a8f6c75c2 100644
--- a/.github/workflows/r_nightly.yml
+++ b/.github/workflows/r_nightly.yml
@@ -60,7 +60,7 @@ jobs:
           repository: ursacomputing/crossbow
           ref: main
       - name: Set up Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           cache: 'pip'
           python-version: 3.12
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index db8d02784f..ed26e72cf1 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -90,7 +90,7 @@ jobs:
           key: ubuntu-${{ matrix.ubuntu }}-ruby-${{ hashFiles('cpp/**') }}
           restore-keys: ubuntu-${{ matrix.ubuntu }}-ruby-
       - name: Setup Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3.12
       - name: Setup Archery
diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml
index 39e9b333ad..15c599bad7 100644
--- a/.github/workflows/swift.yml
+++ b/.github/workflows/swift.yml
@@ -64,7 +64,7 @@ jobs:
           fetch-depth: 0
           submodules: recursive
       - name: Setup Python on hosted runner
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3
       - name: Setup Archery
diff --git a/.github/workflows/verify_rc.yml b/.github/workflows/verify_rc.yml
index 879086cbb7..fe46ae6f23 100644
--- a/.github/workflows/verify_rc.yml
+++ b/.github/workflows/verify_rc.yml
@@ -82,7 +82,7 @@ jobs:
       TEST_WHEELS: "1"
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
-      - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+      - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 
v5.5.0
         with:
           python-version: 3
       - name: Setup Archery

Reply via email to