diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-02 16:04:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 16:04:18 (GMT) |
commit | db3774d063bea27b80529efe781ae942986f0d17 (patch) | |
tree | 3ee370d716557cef78aefa31b342f591392c8676 /.github | |
parent | e06ae75e16dbf46b6626b6a41b62391ea1fdb319 (diff) | |
download | cpython-db3774d063bea27b80529efe781ae942986f0d17.zip cpython-db3774d063bea27b80529efe781ae942986f0d17.tar.gz cpython-db3774d063bea27b80529efe781ae942986f0d17.tar.bz2 |
build(deps): bump actions/stale from 3 to 4 (#27526)
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.
- [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/v3...v4)
Signed-off-by: dependabot[bot] <support@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 26806fa..e3b8b9f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.' |