diff --git a/.github/workflows/close_inactive.yml b/.github/workflows/close_inactive.yml index a022bf626..39393a8df 100644 --- a/.github/workflows/close_inactive.yml +++ b/.github/workflows/close_inactive.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write issues: write steps: - - uses: actions/stale@v7 + - uses: actions/stale@v8 with: days-before-issue-stale: 360 days-before-issue-close: 14