Skip to content

Commit

Permalink
ci: update stale action (#4931)
Browse files Browse the repository at this point in the history
to suppress node.js 12 deprecation warning in actions

Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Nov 13, 2022
1 parent 8f3c37b commit 3cc9cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v6
with:
days-before-stale: 120
days-before-close: 14
Expand Down

0 comments on commit 3cc9cac

Please sign in to comment.