Skip to content

Commit

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

Build(deps): Bump actions/stale from 8 to 9
  • Loading branch information
mgallien authored Dec 12, 2023
2 parents e9c1447 + 3ef3c9a commit 2a58a0a
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@v8
- uses: actions/stale@v9
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@v8
- uses: actions/stale@v9
with:
operations-per-run: 1500
days-before-stale: 28
Expand Down

0 comments on commit 2a58a0a

Please sign in to comment.