Bump actions/stale from v3.0.8 to v3.0.18 (#21877)

Bumps [actions/stale](https://github.com/actions/stale) from v3.0.8 to v3.0.18.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.8...3b3c3f03cd4d8e2b61e179ef744a0d20efbe90b4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/21878/head
dependabot[bot] 4 years ago committed by GitHub
parent ad1c6cddb9
commit 592097593f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/stale.yml

@ -8,7 +8,7 @@ jobs:
no-response:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3.0.8
- uses: actions/stale@v3.0.18
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 10
@ -26,7 +26,7 @@ jobs:
# stale:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/stale@v3.0.8
# - uses: actions/stale@v3.0.18
# with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# days-before-stale: 60

Loading…
Cancel
Save