From 855232dc7c40f53ca3ead7611caa7e4466e8d9dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 23:21:27 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v7 --- .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 5dc35f2..321a41c 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@v6" + uses: "actions/stale@v7" with: days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}" days-before-stale: "${{ env.DAYS_BEFORE_STALE }}"