From cce6253b3a55d5a9d0338922ee75046dcdf9904c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:22:35 +0000 Subject: [PATCH] chore(deps): update actions/stale digest to 5bef64f --- .github/workflows/inactive_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inactive_issue.yml b/.github/workflows/inactive_issue.yml index 1102ae3..d56a3b6 100644 --- a/.github/workflows/inactive_issue.yml +++ b/.github/workflows/inactive_issue.yml @@ -7,7 +7,7 @@ jobs: close-issues: runs-on: ubuntu-latest steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 with: days-before-issue-stale: 30 days-before-issue-close: 14