From a63515b8f4567e0ca00c382ab3819406dc66eb92 Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:44:46 +0000 Subject: [PATCH] GHA CI: Update `stale` action to `v5` --- .github/workflows/stale_bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale_bot.yaml b/.github/workflows/stale_bot.yaml index 5d5006a5e..4cb991b87 100644 --- a/.github/workflows/stale_bot.yaml +++ b/.github/workflows/stale_bot.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark and close stale PRs - uses: actions/stale@v4 + uses: actions/stale@v5 with: stale-pr-message: "This PR is stale because it has been 60 days with no activity. This PR will be automatically closed within 7 days if there is no further activity." close-pr-message: "This PR was closed because it has been stalled for some time with no activity."