Skip to content

Commit

Permalink
Merge pull request #6093 from nextcloud/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/stale-8

Bump actions/stale from 3 to 8
  • Loading branch information
mgallien authored Oct 25, 2023
2 parents 45c858c + 1fa9e97 commit 714a6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/needsinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 714a6fd

Please sign in to comment.