diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-02-17 06:49:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-17 06:49:00 +0000 |
| commit | daf88a5ca26f7f54d8258d10d59035c4b4c2ab92 (patch) | |
| tree | 2105950f8016752603cfba1a510a24d0463f3af1 | |
| parent | fc6419685c0b930630c54e33119fdef1180fb8d9 (diff) | |
Update actions/stale action to v10.2.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 cb535297e..339fcf569 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@997185467fa4f803885201cee163a9f38240193d # v10.1.1 + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.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 0d74e643e..e114276c2 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@997185467fa4f803885201cee163a9f38240193d # v10.1.1 + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} ascending: true |
