diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-12-03 05:30:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-03 05:30:25 +0000 |
| commit | 7425a493eef35078b447d1dff984b4e9ba7f0088 (patch) | |
| tree | 1c9e6876649391097ea41b999c250954a5ae57a7 /.github/workflows/pull-request-stale.yaml | |
| parent | 691c194152df841e4ebd753b1c3a0d75e5d13e79 (diff) | |
Update CI dependencies
Diffstat (limited to '.github/workflows/pull-request-stale.yaml')
| -rw-r--r-- | .github/workflows/pull-request-stale.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-stale.yaml b/.github/workflows/pull-request-stale.yaml index 223ffc590..0d74e643e 100644 --- a/.github/workflows/pull-request-stale.yaml +++ b/.github/workflows/pull-request-stale.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 + - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} ascending: true |
