From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 21:49:10 +0000 (+0200) Subject: build(deps): bump actions/stale from 6 to 7 (#100656) X-Git-Tag: v3.12.0a4~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2366b27565ab57f053b4a551ade0e71796a1896c;p=thirdparty%2FPython%2Fcpython.git build(deps): bump actions/stale from 6 to 7 (#100656) --- diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1c6f1641c885..07dbcfe31d65 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.'