Browse Source

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

Bump actions/stale from 5 to 6
Andy Scherzinger 2 years ago
parent
commit
74916e72ff
1 changed files with 1 additions and 1 deletions
  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