diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-05 14:57:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-05 14:57:20 +0200 |
| commit | 40f7eb4e8cd9e250fb3870a4799a5a8d949e2068 (patch) | |
| tree | 3079ba5fa9a94158b2cdd7e8ac56df2e8b62bc8a | |
| parent | 130c035d4fe7e9c195d0f3f9bd8a216cc36e896e (diff) | |
| parent | 7dd4c1223105edd926605bd59c20ba7591b085e2 (diff) | |
Merge pull request #10340 from jellyfin/renovate/pin-dependencies
| -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 b2e8a572b..4eb0cf099 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest if: ${{ contains(github.repository, 'jellyfin/') }} steps: - - uses: actions/stale@v8 + - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} days-before-stale: 120 |
