From 39e16cb8432e39254c2f423e3d0adf63e078f828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 04:42:03 +0000 Subject: [PATCH] chore(actions): update actions/stale action to v10.3.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 edb4693..8649b9a 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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 # Use the latest version of the Stale Action + uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 # Use the latest version of the Stale Action with: # Label to apply to stale issues stale-issue-label: 'stale'