Skip to content

Commit f564ca2

Browse files
committed
ci: update stale action
to suppress node.js 12 deprecation warning in actions Signed-off-by: Outsider <[email protected]>
1 parent 5f96d51 commit f564ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)