From eb1ce296e7cefaf4d312c233f95e2de65c35e87d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:07:27 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v10 --- .github/workflows/close-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml index e9c006b81..b97ae08f6 100644 --- a/.github/workflows/close-issue.yml +++ b/.github/workflows/close-issue.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write if: github.repository == 'line/line-bot-sdk-python' steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 with: days-before-issue-stale: 14 days-before-issue-close: 0