diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-04-17 11:48:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-17 11:48:35 +0200 |
| commit | 75389c1ac40c853209359b4c66040aa238903024 (patch) | |
| tree | e867252c7ecda13711e604215e61baf5dd93f07a | |
| parent | dfcf0cf292b3e615a7869227417ea35a924acc01 (diff) | |
| parent | 0cc8bf38ac1dc1845401aa28c6f06c5ce0f88a3d (diff) | |
Merge pull request #9650 from jellyfin/renovate/actions-stale-8.x
| -rw-r--r-- | .github/workflows/repo-stale.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index acbdcd1b7..c753c1600 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0 + - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} operations-per-run: 75 |
