File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
redis-version : [5]
14
14
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v2.3.4
17
17
with :
18
18
fetch-depth : 1
19
19
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v1
21
+ uses : actions/setup-node@v2.1.5
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
25
25
- name : Setup Redis
26
- uses : shogo82148/actions-setup-redis@v1.0.1
26
+ uses : shogo82148/actions-setup-redis@v1.9.7
27
27
with :
28
28
redis-version : ${{ matrix.redis-version }}
29
29
auto-start : " true"
32
32
- name : Run Benchmark
33
33
run : npm run benchmark > benchmark-output.txt && cat benchmark-output.txt
34
34
- name : Upload Benchmark Result
35
- uses : actions/upload-artifact@v1
35
+ uses : actions/upload-artifact@v2.2.2
36
36
with :
37
37
name : benchmark-output.txt
38
38
path : benchmark-output.txt
Original file line number Diff line number Diff line change 7
7
name : ESLint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v2.3.4
11
11
with :
12
12
fetch-depth : 1
13
- - uses : actions/setup-node@v1
13
+ - uses : actions/setup-node@v2.1.5
14
14
with :
15
15
node-version : 12
16
16
- run : npm i --no-audit --prefer-offline
@@ -20,12 +20,12 @@ jobs:
20
20
run : npm run lint:report
21
21
continue-on-error : true
22
22
- name : Annotate Code Linting Results
23
- uses : ataylorme/eslint-annotate-action@1.0.4
23
+ uses : ataylorme/eslint-annotate-action@1.1.2
24
24
with :
25
25
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
26
26
report-json : " eslint-report.json"
27
27
- name : Upload ESLint report
28
- uses : actions/upload-artifact@v1
28
+ uses : actions/upload-artifact@v2.2.2
29
29
with :
30
30
name : eslint-report.json
31
31
path : eslint-report.json
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
redis-version : [4.x, 5.x]
14
14
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v2.3.4
17
17
with :
18
18
fetch-depth : 1
19
19
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v1
21
+ uses : actions/setup-node@v2.1.5
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
25
25
- name : Setup Redis
26
- uses : shogo82148/actions-setup-redis@v1.0.1
26
+ uses : shogo82148/actions-setup-redis@v1.9.7
27
27
with :
28
28
redis-version : ${{ matrix.redis-version }}
29
29
auto-start : " false"
46
46
COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
47
47
48
48
- name : Upload Coverage Report
49
- uses : actions/upload-artifact@v1
49
+ uses : actions/upload-artifact@v2.2.2
50
50
with :
51
51
name : coverage
52
52
path : coverage
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
matrix :
12
12
node-version : [6.x, 8.x, 10.x, 12.x]
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v2.3.4
15
15
with :
16
16
fetch-depth : 1
17
17
18
18
- name : Install Redis
19
- uses : crazy-max/ghaction-chocolatey@v1
19
+ uses : crazy-max/ghaction-chocolatey@v1.4.0
20
20
with :
21
- args : install redis-64 --no-progress
21
+ args : install redis-64 --version=3.0.503 -- no-progress
22
22
23
23
- name : Start Redis
24
24
run : |
27
27
redis-cli config set stop-writes-on-bgsave-error no
28
28
29
29
- name : Setup Node.js ${{ matrix.node-version }}
30
- uses : actions/setup-node@v1
30
+ uses : actions/setup-node@v2.1.5
31
31
with :
32
32
node-version : ${{ matrix.node-version }}
33
33
43
43
COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
44
44
45
45
- name : Upload Coverage Report
46
- uses : actions/upload-artifact@v1
46
+ uses : actions/upload-artifact@v2.2.2
47
47
with :
48
48
name : coverage
49
49
path : coverage
You can’t perform that action at this time.
0 commit comments