[Python-checkins] build(deps): bump actions/stale from 4 to 5 (#92108)

JelleZijlstra webhook-mailer at python.org
Sun May 1 16:53:25 EDT 2022


https://github.com/python/cpython/commit/34129f7c42b31d12d8ed692cd3f82c8d36c6c644
commit: 34129f7c42b31d12d8ed692cd3f82c8d36c6c644
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-05-01T14:53:15-06:00
summary:

build(deps): bump actions/stale from 4 to 5 (#92108)

Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support at github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

files:
M .github/workflows/stale.yml

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 72a7a0ba9c83c..a8fecbf216b95 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,7 +15,7 @@ jobs:
 
     steps:
     - name: "Check PRs"
-      uses: actions/stale at v4
+      uses: actions/stale at v5
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'



More information about the Python-checkins mailing list