diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e9358b41..62dcea6b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GIT_HUB_TOKEN }} stale-issue-message: 'This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen.'