From 58ad1008c9797d9a7c748752ec60bccc0fc5e436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:18:43 +0200 Subject: [PATCH] chore(deps): bump actions/stale from 9 to 10 (#2481) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/close_inactive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_inactive.yml b/.github/workflows/close_inactive.yml index 13887d868..f862530c6 100644 --- a/.github/workflows/close_inactive.yml +++ b/.github/workflows/close_inactive.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write issues: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: days-before-issue-stale: 360 days-before-issue-close: 14