mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Merge pull request #6093 from nextcloud/dependabot/github_actions/actions/stale-8
Bump actions/stale from 3 to 8
This commit is contained in:
commit
714a6fd6c2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/needsinfo.yml
vendored
2
.github/workflows/needsinfo.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
operations-per-run: 1500
|
operations-per-run: 1500
|
||||||
days-before-stale: 28
|
days-before-stale: 28
|
||||||
|
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
operations-per-run: 1500
|
operations-per-run: 1500
|
||||||
days-before-stale: 28
|
days-before-stale: 28
|
||||||
|
|
Loading…
Reference in a new issue