summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-02 16:19:01 (GMT)
committerGitHub <noreply@github.com>2024-01-02 16:19:01 (GMT)
commitce7a8eef79c1f81358e00aa84b906540edd91458 (patch)
treec3b84f5aedec559db7a4eac0589b505286db307e /.github
parentf637b44dd279a7e42d34dc3a00959315b1778072 (diff)
downloadcpython-ce7a8eef79c1f81358e00aa84b906540edd91458.zip
cpython-ce7a8eef79c1f81358e00aa84b906540edd91458.tar.gz
cpython-ce7a8eef79c1f81358e00aa84b906540edd91458.tar.bz2
build(deps): bump actions/stale from 8 to 9 (#113611)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 94676f5..07608fe 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -16,7 +16,7 @@ jobs:
steps:
- name: "Check PRs"
- uses: actions/stale@v8
+ uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'