ci: bump actions/stale from 9 to 10

This commit is contained in:
xingyu4j
2026-06-06 20:49:34 +08:00
parent 126275b417
commit 017b3c3fce
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
steps:
# 关闭未活动的 Issues
- name: Close Inactive Issues
uses: actions/stale@v9
uses: actions/stale@v10
with:
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
stale-issue-label: needs-reproduction # Label that flags an issue as stale.