diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 16:43:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-07 16:43:59 +0100 |
| commit | 023eddbef5cf15d7a76733acb092746ff05629cb (patch) | |
| tree | e0e194fd5b4d841f1fb05e7c0ab831d2285d35d8 | |
| parent | 10d1c7b25da44ba19c24e9792ecee6304913585e (diff) | |
Bump actions/stale from 4.1.0 to 5 (#7421)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -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 63ded4140..0504b1c50 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@v4.1.0 + - uses: actions/stale@v5 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120 |
