This repository was archived by the owner on Nov 24, 2022. It is now read-only.
File tree 4 files changed +527
-480
lines changed
4 files changed +527
-480
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
timeout-minutes : 15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3.0 .0
18
+ uses : actions/checkout@v3.1 .0
19
19
- name : Setup
20
- uses : actions/setup-node@v3.0 .0
20
+ uses : actions/setup-node@v3.5 .0
21
21
with :
22
22
node-version : 16 # Use the latest LTS release
23
23
cache : npm
24
24
- name : Install
25
- uses : nick-fields/retry@v2.6.0 # Retry npm installation when an http download fails (often due to rate limiting)
25
+ uses : nick-fields/retry@v2.8.1 # Retry npm installation when an http download fails (often due to rate limiting)
26
26
with :
27
27
timeout_minutes : 5
28
28
max_attempts : 3
@@ -39,14 +39,14 @@ jobs:
39
39
timeout-minutes : 15
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v3.0 .0
42
+ uses : actions/checkout@v3.1 .0
43
43
- name : Setup
44
- uses : actions/setup-node@v3.0 .0
44
+ uses : actions/setup-node@v3.5 .0
45
45
with :
46
46
node-version : 16 # Use the latest LTS release
47
47
cache : npm
48
48
- name : Install
49
- uses : nick-fields/retry@v2.6.0 # Retry npm installation when an http download fails (often due to rate limiting)
49
+ uses : nick-fields/retry@v2.8.1 # Retry npm installation when an http download fails (often due to rate limiting)
50
50
with :
51
51
timeout_minutes : 5
52
52
max_attempts : 3
Original file line number Diff line number Diff line change 38
38
timeout-minutes : 10
39
39
steps :
40
40
- name : Keep the Faith
41
-
41
+
42
42
id : stale
43
43
with :
44
44
days-before-stale : 30
You can’t perform that action at this time.
0 commit comments