Skip to content

Commit 3cc9cac

Browse files
authored
ci: update stale action (#4931)
to suppress node.js 12 deprecation warning in actions Signed-off-by: Outsider <outsideris@gmail.com>
1 parent 8f3c37b commit 3cc9cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v4
11+
- uses: actions/stale@v6
1212
with:
1313
days-before-stale: 120
1414
days-before-close: 14

0 commit comments

Comments
 (0)