diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-02 16:19:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:19:01 (GMT) |
commit | ce7a8eef79c1f81358e00aa84b906540edd91458 (patch) | |
tree | c3b84f5aedec559db7a4eac0589b505286db307e /.github | |
parent | f637b44dd279a7e42d34dc3a00959315b1778072 (diff) | |
download | cpython-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.yml | 2 |
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.' |