diff --git a/.github/workflows/STALE.yml b/.github/workflows/STALE.yml index c3f6467..aae0fd7 100644 --- a/.github/workflows/STALE.yml +++ b/.github/workflows/STALE.yml @@ -7,7 +7,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v5 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is getting a bit stale... the robots will come for it soon unless un-staled or comment or magic'