From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:19:01 +0000 (+0200) Subject: build(deps): bump actions/stale from 8 to 9 (#113611) X-Git-Tag: v3.13.0a3~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7a8eef79c1f81358e00aa84b906540edd91458;p=thirdparty%2FPython%2Fcpython.git build(deps): bump actions/stale from 8 to 9 (#113611) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 94676f5ee5ff..07608fe91b4d 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.'