diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ef75857..16f44dd 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@v5.2.0 + - uses: actions/stale@v6.0.0 with: stale-issue-message: |- This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!