diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-03 22:04:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-03 22:04:26 +0000 |
| commit | b59e9f90f0acbbf35f7ca16e86c0e0d9f9fb583e (patch) | |
| tree | 74b5c9d7c011f4a297280279ee98a2bd0fb104f7 | |
| parent | 056b92dbd5d46ade6cff635398d54b9ef356e1cf (diff) | |
Update actions/stale action to v10.1.0
| -rw-r--r-- | .github/workflows/issue-stale.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull-request-stale.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/issue-stale.yml b/.github/workflows/issue-stale.yml index 46b56c706..db22848c3 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@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 + - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} ascending: true diff --git a/.github/workflows/pull-request-stale.yaml b/.github/workflows/pull-request-stale.yaml index f5598797c..223ffc590 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@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 + - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} ascending: true |
