From fe5aaca54c4da13c999b6c443031e26f0b3494f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:50:23 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v9 --- .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..b5e38a4 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@v9 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."