diff --git a/.github/workflows/close_inactive.yml b/.github/workflows/close_inactive.yml index 39393a8df..13887d868 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@v8 + - uses: actions/stale@v9 with: days-before-issue-stale: 360 days-before-issue-close: 14