From 8a9c9f1c9635488a767e8de0510701706efea490 Mon Sep 17 00:00:00 2001 From: SolrBot Date: Mon, 1 Jun 2026 08:47:55 +0000 Subject: [PATCH] Update actions/stale action to v10.3.0 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 98f392562d42..8ce35e83e85e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write actions: write steps: - - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 + - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }}