diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9588fac25f..782935606e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v10.3.0 + - uses: actions/stale@v10.4.0 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 150 days." close-issue-message: "This issue was closed because it has been stalled for 150 days with no activity."