From 3df8886a27913bb23f46e1e8f0fb1e9a9ee625ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:05:15 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v11 --- .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 92ae9f47..8af9c6b3 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@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 with: days-before-issue-stale: 14 days-before-issue-close: 0