diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-10-05 06:16:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-05 06:16:51 -0600 |
| commit | dd823b0117eca85045f453d7347abcfe71a998e6 (patch) | |
| tree | 68e4c35b8921e9cc7bb6953cbfe0cb32b4a6e13a | |
| parent | 12a5000942ea9ddfa70ff2cc8bd2b8e8fa835607 (diff) | |
| parent | cf6658c5464f6a21d50b24e98ad5838f8e21b8f8 (diff) | |
Merge pull request #8460 from jellyfin/dependabot/github_actions/actions/stale-6
Bump actions/stale from 5 to 6
| -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 0504b1c50..2578f82cf 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@v5 + - uses: actions/stale@v6 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120 |
