diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5e5abe6..8ef0363 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Close Stale Issues - uses: actions/stale@v4.1.0 + uses: actions/stale@v9.0.0 with: repo-token: ${{ secrets.STALE_ISSUE_TOKEN }} stale-issue-message: 'This issue has automatically been marked as stale as there has been no activity for 60 days. Remove stale label or comment or this will be closed in 7 days.'