diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e55a93d08d..ff3e02df62 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v4 + - uses: actions/stale@v5 with: stale-issue-message: 'This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.' close-issue-message: 'Closed as inactive. Feel free to reopen if this is still an issue.'