From 43147f7c9d10d2e797fa5a5997da84558c8ce523 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:05:33 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v8 --- .github/workflows/prune.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index 321a41c0a..45c792d1c 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: "Prune issues and pull requests" - uses: "actions/stale@v7" + uses: "actions/stale@v8" with: days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}" days-before-stale: "${{ env.DAYS_BEFORE_STALE }}"