From 1f5358d961d58025dd0a847f7e7ed6fef609c6df Mon Sep 17 00:00:00 2001 From: Gitbot Actions <121853638+Gitbot-Actions@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:12:27 +0000 Subject: [PATCH] Update GitHub Action Versions (#222) Co-authored-by: github-actions[bot] --- .github/workflows/close-inactive-issues_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-issues_ci.yml b/.github/workflows/close-inactive-issues_ci.yml index 1b59b303..9bd165c6 100644 --- a/.github/workflows/close-inactive-issues_ci.yml +++ b/.github/workflows/close-inactive-issues_ci.yml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v9.0.0 + - uses: actions/stale@v9.1.0 with: days-before-issue-stale: 30 days-before-issue-close: 14