浏览代码

Merge pull request #10766 from nextcloud/dependabot/github_actions/actions/stale-6

Bump actions/stale from 5 to 6
Andy Scherzinger 2 年之前
父节点
当前提交
74916e72ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/stale.yml

+ 1 - 1
.github/workflows/stale.yml

@@ -14,7 +14,7 @@ jobs:
       issues: write
       pull-requests: write
     steps:
-      - uses: actions/stale@v5
+      - uses: actions/stale@v6
         with:
           days-before-stale: 28
           days-before-close: 14