diff --git a/.github/workflows/stale-issue-check.yaml b/.github/workflows/stale-issue-check.yaml index 005b2b315..a26e85ad8 100644 --- a/.github/workflows/stale-issue-check.yaml +++ b/.github/workflows/stale-issue-check.yaml @@ -18,7 +18,7 @@ jobs: if: github.repository == 'h3mmy/bloopySphere' runs-on: ubuntu-latest steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 + - uses: actions/stale@ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue is stale because it has been open 60 days with no activity."