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."