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-go.git


The following commit(s) were added to refs/heads/main by this push:
     new ba3fa2d  chore: Bump actions/setup-python from 4 to 5 (#396)
ba3fa2d is described below

commit ba3fa2d02a1054266439fe9c979752b6e539ad84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 3 10:22:22 2025 +0900

    chore: Bump actions/setup-python from 4 to 5 (#396)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python)
    from 4 to 5.
    <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.0.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release, we update node version runtime from node16
    to node20 (<a
    
href="https://redirect.github.com/actions/setup-python/pull/772";>actions/setup-python#772</a>).
    Besides, we update dependencies to the latest versions.</p>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0";>https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0</a></p>
    <h2>v4.9.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add workflow file for publishing releases to immutable action
    package by <a
    href="https://github.com/aparnajyothi-y";><code>@​aparnajyothi-y</code></a>
    in <a
    
href="https://redirect.github.com/actions/setup-python/pull/1084";>actions/setup-python#1084</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/setup-python/compare/v4...v4.9.1";>https://github.com/actions/setup-python/compare/v4...v4.9.1</a></p>
    <h2>v4.9.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Upgrade <code>actions/cache</code> 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/1073";>actions/setup-python#1073</a>
    In scope of this release we updated actions/cache package to ensure
    continued support and compatibility, as older versions of the package
    are now deprecated. For more information please refer to the <a
    
href="https://github.com/actions/toolkit/discussions/1890";>toolkit/cache</a>.</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/setup-python/compare/v4.8.0...v4.9.0";>https://github.com/actions/setup-python/compare/v4.8.0...v4.9.0</a></p>
    <h2>v4.8.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release we added support for GraalPy (<a
    
href="https://redirect.github.com/actions/setup-python/pull/694";>actions/setup-python#694</a>).
    You can use this snippet to set up GraalPy:</p>
    <pre lang="yaml"><code>steps:
    - uses: actions/checkout@v4
    - uses: actions/setup-python@v4
      with:
        python-version: 'graalpy-22.3'
    - run: python my_script.py
    </code></pre>
    <p>Besides, the release contains such changes as:</p>
    <ul>
    <li>Trim python version when reading from file by <a
    href="https://github.com/FerranPares";><code>@​FerranPares</code></a> in
    <a
    
href="https://redirect.github.com/actions/setup-python/pull/628";>actions/setup-python#628</a></li>
    <li>Use non-deprecated versions in examples by <a
    href="https://github.com/jeffwidman";><code>@​jeffwidman</code></a> in <a
    
href="https://redirect.github.com/actions/setup-python/pull/724";>actions/setup-python#724</a></li>
    <li>Change deprecation comment to past tense by <a
    href="https://github.com/jeffwidman";><code>@​jeffwidman</code></a> in <a
    
href="https://redirect.github.com/actions/setup-python/pull/723";>actions/setup-python#723</a></li>
    <li>Bump <code>@​babel/traverse</code> from 7.9.0 to 7.23.2 by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a
    
href="https://redirect.github.com/actions/setup-python/pull/743";>actions/setup-python#743</a></li>
    <li>advanced-usage.md: Encourage the use actions/checkout@v4 by <a
    href="https://github.com/cclauss";><code>@​cclauss</code></a> in <a
    
href="https://redirect.github.com/actions/setup-python/pull/729";>actions/setup-python#729</a></li>
    <li>Examples now use checkout@v4 by <a
    href="https://github.com/simonw";><code>@​simonw</code></a> in <a
    
href="https://redirect.github.com/actions/setup-python/pull/738";>actions/setup-python#738</a></li>
    <li>Update actions/checkout to v4 by <a
    href="https://github.com/dmitry-shibanov";><code>@​dmitry-shibanov</code></a>
    in <a
    
href="https://redirect.github.com/actions/setup-python/pull/761";>actions/setup-python#761</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/FerranPares";><code>@​FerranPares</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/actions/setup-python/pull/628";>actions/setup-python#628</a></li>
    <li><a href="https://github.com/timfel";><code>@​timfel</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/actions/setup-python/pull/694";>actions/setup-python#694</a></li>
    <li><a
    href="https://github.com/jeffwidman";><code>@​jeffwidman</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/actions/setup-python/pull/724";>actions/setup-python#724</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/setup-python/compare/v4...v4.8.0";>https://github.com/actions/setup-python/compare/v4...v4.8.0</a></p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/setup-python/commit/a26af69be951a213d495a4c3e4e4022e16d87065";><code>a26af69</code></a>
    Bump ts-jest from 29.1.2 to 29.3.2 (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1081";>#1081</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-python/commit/30eafe95483bd95135b7eda0c66a0369af9afdf1";><code>30eafe9</code></a>
    Bump prettier from 2.8.8 to 3.5.3 (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1046";>#1046</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-python/commit/5d95bc16d4bc83bb56202da9630d84c6f8a2d8f5";><code>5d95bc1</code></a>
    Bump semver and <code>@​types/semver</code> (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1091";>#1091</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-python/commit/6ed2c67c8abe7646815dbd50364eea862d396fd9";><code>6ed2c67</code></a>
    Fix for Candidate Not Iterable Error (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1082";>#1082</a>)</li>
    <li><a
    
href="https://github.com/actions/setup-python/commit/e348410e00f449ece8581cb8e88be8f0e7712da6";><code>e348410</code></a>
    Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15
    (<a
    
href="https://redirect.github.com/actions/setup-python/issues/1065";>#1065</a>)</li>
    <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>Additional commits viewable in <a
    href="https://github.com/actions/setup-python/compare/v4...v5";>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=4&new-version=5)](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>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/benchmark.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 8dadf3f..64afb17 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -45,7 +45,7 @@ jobs:
         with:
           submodules: recursive
       - name: Set up Python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 
v5.6.0
         with:
           python-version: '3.9'
       - name: Install Go ${{ matrix.go }} for Benchmarks

Reply via email to