diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index 1b492a021e..dcf3334213 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@9c1b1c6e115ca2af09755448e0dbba24e5061cc8 # tag=v5.1.1 + - uses: actions/stale@99b6c709598e2b0d0841cd037aaf1ba07a4410bd # tag=v5.2.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120