diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 08e81b2..fbb34c6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,7 +27,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: stale-pr-message: "Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 30 days with no activity. Please remove the stale label or comment or this will be closed in 7 days." days-before-pr-stale: 30