Merge pull request #6093 from nextcloud/dependabot/github_actions/actions/stale-8

Bump actions/stale from 3 to 8
This commit is contained in:
Matthieu Gallien 2023-10-25 11:25:13 +02:00 committed by GitHub
commit 714a6fd6c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v8
with:
operations-per-run: 1500
days-before-stale: 28

View file

@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v8
with:
operations-per-run: 1500
days-before-stale: 28