From 10dfe653b48a8eba5c1da013e1bb68fa19d28bcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:18:49 +0000 Subject: [PATCH] Update actions/stale action to v9 --- .github/workflows/close_stale_prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_stale_prs.yml b/.github/workflows/close_stale_prs.yml index 51c75761e33..2d257a47e3d 100644 --- a/.github/workflows/close_stale_prs.yml +++ b/.github/workflows/close_stale_prs.yml @@ -9,7 +9,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8.0.0 + - uses: actions/stale@v9.0.0 with: stale-pr-message: Thanks for your interest in contributing! Unfortunately, we have marked this PR as stale because it has been open for 1 month with no activity. Please apply the suggested changes if there are any, and comment something related to your PR. If you don't take any action for 2 weeks, the PR will be closed. close-pr-message: As stated in my previous comment, this PR was closed because it has been stale for another 2 weeks with no activity. Thanks for your interest in contributing though!