diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 7dec7e8..68fa2b6 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: read steps: - - uses: actions/stale@v9.1.0 + - uses: actions/stale@v10.0.0 with: stale-issue-message: "This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days." close-issue-message: "This issue was closed because it has been stalled for 35 days with no activity."