diff --git a/.github/workflows/close_stale.yaml b/.github/workflows/close_stale.yaml index b3bb7d4..13b5c59 100644 --- a/.github/workflows/close_stale.yaml +++ b/.github/workflows/close_stale.yaml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v10.2.0 + - uses: actions/stale@v10.3.0 with: stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days.' stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days.'