From b37a3f1ce3512b61143c4fa49335a074d197bcf5 Mon Sep 17 00:00:00 2001 From: zhusir Date: Wed, 10 Dec 2025 23:06:02 +0800 Subject: [PATCH] ci: update the community action version to the latest --- .github/workflows/Close stale issues and Prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Close stale issues and Prs.yml b/.github/workflows/Close stale issues and Prs.yml index 2e64f5b..b30abac 100644 --- a/.github/workflows/Close stale issues and Prs.yml +++ b/.github/workflows/Close stale issues and Prs.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-22.04 steps: - - uses: actions/stale@v7.0.0 + - uses: actions/stale@v10 with: stale-issue-message: "Stale Issue" stale-pr-message: "Stale PR"