diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index a19564b9..0dcad138 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -293,7 +293,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event.schedule steps: - name: Mark stale PRs - uses: actions/stale@v9 + uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: 'This PR has been inactive for 30 days. It will be closed in 7 days if there is no activity.'