diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index b7da560e..6c1e4f47 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 if: ${{ contains(github.repository_owner, 'jellyfin') }} steps: - - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 + - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120