From 337688a6fdda3d1c7f7dfa346367eb640af8d3f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 5 Jan 2026 14:01:37 +0000 Subject: [PATCH] Update actions/stale action to v10 --- .archive/.github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.archive/.github/workflows/stale.yml b/.archive/.github/workflows/stale.yml index 802fd6c..c8d658b 100644 --- a/.archive/.github/workflows/stale.yml +++ b/.archive/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.' -- 2.49.1