summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-01 21:49:10 (GMT)
committerGitHub <noreply@github.com>2023-01-01 21:49:10 (GMT)
commit2366b27565ab57f053b4a551ade0e71796a1896c (patch)
tree3a192078238b2ede63ffa3eb5799b57ec09d4f22
parent447d061bc7b978afedd3b0148715d2153ac726c5 (diff)
downloadcpython-2366b27565ab57f053b4a551ade0e71796a1896c.zip
cpython-2366b27565ab57f053b4a551ade0e71796a1896c.tar.gz
cpython-2366b27565ab57f053b4a551ade0e71796a1896c.tar.bz2
build(deps): bump actions/stale from 6 to 7 (#100656)
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 1c6f164..07dbcfe 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: "Check PRs"
- uses: actions/stale@v6
+ uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'