diff --git a/.github/workflows/issues-inactive.yml b/.github/workflows/issues-inactive.yml index dcfee424ef..f9e6ba21ca 100644 --- a/.github/workflows/issues-inactive.yml +++ b/.github/workflows/issues-inactive.yml @@ -10,7 +10,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v9.0.0 + - uses: actions/stale@v9.1.0 with: days-before-issue-stale: 180 days-before-issue-close: 90