From 5b717094502bd7f568444ffae741afab84b0a08e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 15:46:52 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v8 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 65134bd..7a35fc4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 if: github.repository_owner == 'lukeshay' steps: - - uses: actions/stale@v7 + - uses: actions/stale@v8 name: "Close stale issues with no reproduction" with: close-issue-message: "This issue has been automatically closed because it received no activity. If you think this was closed by accident, please leave a comment. If you are running into a similar issue, please open a new issue with a reproduction. Thank you."