ci(stale) bump action version

This should fix a couple problems I've noted with issues not having their stale status removed.
This commit is contained in:
embeddedt
2022-04-05 08:14:03 -04:00
committed by GitHub
parent c6d4b6e554
commit 5977eeff3c

View File

@@ -9,7 +9,7 @@ jobs:
if: github.repository == 'lvgl/lvgl'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.'