]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/stale from 3 to 4 (#27526)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 2 Aug 2021 16:04:18 +0000 (18:04 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 16:04:18 +0000 (18:04 +0200)
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>
.github/workflows/stale.yml

index 26806fad814f1aa8c4718fc3aa7983850b9e8a15..e3b8b9f942d18a2179f1454df6533ebbadc17e29 100644 (file)
@@ -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.'