diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-01 20:53:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 20:53:15 (GMT) |
commit | 34129f7c42b31d12d8ed692cd3f82c8d36c6c644 (patch) | |
tree | bcbbde649e950888be86ffdd2671a3678d1ac418 /.github | |
parent | 51f69461a50908b05e29333c7917189b1dc6c96c (diff) | |
download | cpython-34129f7c42b31d12d8ed692cd3f82c8d36c6c644.zip cpython-34129f7c42b31d12d8ed692cd3f82c8d36c6c644.tar.gz cpython-34129f7c42b31d12d8ed692cd3f82c8d36c6c644.tar.bz2 |
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@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 72a7a0b..a8fecbf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Check PRs" - uses: actions/stale@v4 + uses: actions/stale@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.' |