diff --git a/.github/workflows/stale-issue-check.yaml b/.github/workflows/stale-issue-check.yaml index 2c3a6f4b52..c03fd33c55 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@99b6c709598e2b0d0841cd037aaf1ba07a4410bd + - uses: actions/stale@02e44c81cc3144e8817a5686f3d7c24658f6f1e6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue is stale because it has been open 60 days with no activity."