diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index d5c9e41eb8..f34742a75e 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 if: github.repository == 'jellyfin/jellyfin-androidtv' steps: - - uses: actions/stale@9c1b1c6e115ca2af09755448e0dbba24e5061cc8 # tag=v5 + - uses: actions/stale@99b6c709598e2b0d0841cd037aaf1ba07a4410bd # tag=v5 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120