mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
chore(deps): update actions/stale action to v7 (#19643)
This commit is contained in:
parent
39b23d64fe
commit
36e7cb6e69
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale-action.yml
vendored
2
.github/workflows/stale-action.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # tag=v6.0.1
|
- uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
|
||||||
with:
|
with:
|
||||||
# Rate limit per run, (defaults to 30, but we've increased it to 40 for now).
|
# Rate limit per run, (defaults to 30, but we've increased it to 40 for now).
|
||||||
operations-per-run: 40
|
operations-per-run: 40
|
||||||
|
|
Loading…
Reference in a new issue