Merge pull request #184 from lukaspieper/dependabot/github_actions/actions/stale-10
Bump actions/stale from 9 to 10
This commit is contained in:
commit
5edd10a562
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issues_stale.yml
vendored
2
.github/workflows/issues_stale.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v10
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 14
|
days-before-stale: 14
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue