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

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


The following commit(s) were added to refs/heads/main by this push:
     new 26f4c1d9ed chore(deps): bump actions/stale from 10.3.0 to 10.4.0 
(#10314)
26f4c1d9ed is described below

commit 26f4c1d9edd403fb0cc8c8a38994cf91d6f8c146
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 10:42:35 2026 -0400

    chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#10314)
    
    Bumps [actions/stale](https://github.com/actions/stale) from 10.3.0 to
    10.4.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/stale/releases";>actions/stale's
    releases</a>.</em></p>
    <blockquote>
    <h2>v10.4.0</h2>
    <h2>What's Changed</h2>
    <h3>Bug Fix</h3>
    <ul>
    <li>Fixed <code>only-issue-types</code> validation by <a
    href="https://github.com/trueberryless";><code>@​trueberryless</code></a>
    in <a
    
href="https://redirect.github.com/actions/stale/pull/1338";>actions/stale#1338</a></li>
    </ul>
    <h3>Dependency Updates</h3>
    <ul>
    <li>Bump undici to 6.27.0 via override, clean up stale license files,
    and version to 10.4.0. by <a
    href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a
    
href="https://redirect.github.com/actions/stale/pull/1342";>actions/stale#1342</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/trueberryless";><code>@​trueberryless</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/actions/stale/pull/1338";>actions/stale#1338</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/stale/compare/v10.3.0...v10.4.0";>https://github.com/actions/stale/compare/v10.3.0...v10.4.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/stale/commit/1e223db275d687790206a7acac4d1a11bd6fe629";><code>1e223db</code></a>
    Bump undici to 6.27.0 via override, clean up stale license files, and
    version...</li>
    <li><a
    
href="https://github.com/actions/stale/commit/9461cb10066d1553762bac6a02599ab8c26b14dd";><code>9461cb1</code></a>
    fix: <code>only-issue-types</code> does not affect PRs (<a
    href="https://redirect.github.com/actions/stale/issues/1338";>#1338</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/actions/stale/compare/eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899...1e223db275d687790206a7acac4d1a11bd6fe629";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/stale&package-manager=github_actions&previous-version=10.3.0&new-version=10.4.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 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>
---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 2ea75ada00..7b0d1b9e90 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -28,7 +28,7 @@ jobs:
       issues: write
       pull-requests: write
     steps:
-      - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899  # v10.3.0
+      - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629  # v10.4.0
         with:
           stale-pr-message: "Thank you for your contribution. Unfortunately, 
this pull request is stale because it has been open 60 days with no activity. 
Please remove the stale label or comment or this will be closed in 7 days."
           days-before-pr-stale: 60

Reply via email to