浏览代码

Merge pull request #8460 from jellyfin/dependabot/github_actions/actions/stale-6

Bump actions/stale from 5 to 6
Cody Robibero 2 年之前
父节点
当前提交
dd823b0117
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/repo-stale.yaml

+ 1 - 1
.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