mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-26 09:39:36 -05:00
chore(deps): update actions/stale action to v4 (#250)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
17db6ebfa6
commit
24d9f9690e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
- uses: actions/stale@v4
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 60
|
||||
|
|
|
|||
Loading…
Reference in a new issue