From 9e768bee49ea6783f7943594d662dca292e15711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:08:16 +0100 Subject: [PATCH] chore(deps): bump actions/stale from 8 to 9 (#5148) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/close_old_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_old_issues.yml b/.github/workflows/close_old_issues.yml index a3442053f8..3e0a44738e 100644 --- a/.github/workflows/close_old_issues.yml +++ b/.github/workflows/close_old_issues.yml @@ -9,7 +9,7 @@ jobs: if: github.repository == 'lvgl/lvgl' runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.LVGL_BOT_TOKEN }} stale-issue-message: |