From f8819ab70479cbba1d7174a95b99c108bcc2241d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:12:16 -0600 Subject: [PATCH] chore(deps): pin actions/stale action to 28ca103 (#52) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 3745da0..1102ae3 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@v9 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: days-before-issue-stale: 30 days-before-issue-close: 14