diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-01 21:49:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 21:49:10 (GMT) |
commit | 2366b27565ab57f053b4a551ade0e71796a1896c (patch) | |
tree | 3a192078238b2ede63ffa3eb5799b57ec09d4f22 | |
parent | 447d061bc7b978afedd3b0148715d2153ac726c5 (diff) | |
download | cpython-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.yml | 2 |
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.' |