diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 4cecd34..d7240a9 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run stale - uses: actions/stale@v7 + uses: actions/stale@v8 with: stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days." stale-pr-message: "This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days."