From 64f98da968c1a2d49a75a46de9b7f39b4e59437f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:27:22 +0000 Subject: [PATCH] chore(actions): update actions/stale action to v10.1.0 --- .github/workflows/stale-issue-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issue-pr.yaml b/.github/workflows/stale-issue-pr.yaml index 53dd9ba..0bfa69d 100644 --- a/.github/workflows/stale-issue-pr.yaml +++ b/.github/workflows/stale-issue-pr.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Mark stale issues and PRs - uses: actions/stale@v10.0.0 # Use the latest version of the Stale Action + uses: actions/stale@v10.1.0 # Use the latest version of the Stale Action with: # Label to apply to stale issues stale-issue-label: 'stale'