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

derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


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

commit cae3e1749f28611055b9d952fb2ef2d6b3ecf605
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 07:38:57 2026 -0400

    Bump actions/stale from 10 to 11 (#39520)
    
    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.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 75fb63069b3..fe33935eaeb 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@v10
+    - uses: actions/stale@v11
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         stale-pr-message: 'This pull request has been marked as stale due to 
60 days of inactivity. It will be closed in 1 week if no further activity 
occurs. If you think that’s incorrect or this pull request requires a review, 
please simply write any comment. If closed, you can revive the PR at any time 
and @mention a reviewer or discuss it on the [email protected] list. Thank 
you for your contributions.'

Reply via email to