diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f157944df..00808bb10 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,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."