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

Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d6699fb5 Bump actions/stale from 10 to 11 (#3705)
5d6699fb5 is described below

commit 5d6699fb583a555690366b4811735079684ad3fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 11 22:24:30 2026 +0200

    Bump actions/stale from 10 to 11 (#3705)
    
    Bumps [actions/stale](https://github.com/actions/stale) from 10 to 11.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/stale/compare/v10...v11)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: '11'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/stale-prs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml
index 905fa0f83..ddb9a426e 100644
--- a/.github/workflows/stale-prs.yml
+++ b/.github/workflows/stale-prs.yml
@@ -31,7 +31,7 @@ jobs:
     runs-on: ubuntu-slim
     steps:
       - name: Mark and close stale pull requests
-        uses: actions/stale@v10
+        uses: actions/stale@v11
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           # Don't touch issues.

Reply via email to