diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-01-22 17:41:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-22 17:41:08 +0100 |
| commit | e7c130abcf8c257a5da4c86dae66c3c0a4f76b4e (patch) | |
| tree | 8c243ffd8d94574b4ac4512b459d94bed4053521 /.github/workflows/issue-stale.yml | |
| parent | 579b0f656570e161e3fc52daac2e14bf7d267a7a (diff) | |
Update CI dependencies (#13400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/issue-stale.yml')
| -rw-r--r-- | .github/workflows/issue-stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-stale.yml b/.github/workflows/issue-stale.yml index 5a1ca9f7a..624ea564f 100644 --- a/.github/workflows/issue-stale.yml +++ b/.github/workflows/issue-stale.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} ascending: true |
