From 05a6658fb2fb98781f34c62c5100ea99c0d12a56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jan 2025 01:46:31 +0000 Subject: [PATCH] Update GitHub Action Versions --- .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