diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 20a62c3..56aee3c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Close Stale Issues - uses: actions/stale@v7 + uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has not had any activity in 30 days. Marking it stale. It will be closed in 14 days.'