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

ambv webhook-mailer at python.org
Wed Oct 5 13:56:51 EDT 2022


https://github.com/python/cpython/commit/9442105ce71d86f86c21a8a0af332e480aec47ea
commit: 9442105ce71d86f86c21a8a0af332e480aec47ea
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2022-10-05T10:56:42-07:00
summary:

build(deps): bump actions/stale from 5 to 6 (#97701)

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

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 f422707afb9e..1c6f1641c885 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,7 +15,7 @@ jobs:
 
     steps:
     - name: "Check PRs"
-      uses: actions/stale at v5
+      uses: actions/stale at v6
       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