File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
runs-on : ${{ matrix.os }}
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
with :
30
30
fetch-depth : 0
31
31
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v2
33
+ uses : actions/setup-node@v3
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
@@ -63,10 +63,10 @@ jobs:
63
63
if : matrix.os == 'windows-latest'
64
64
run : git config --global core.autocrlf input
65
65
66
- - uses : actions/checkout@v2
66
+ - uses : actions/checkout@v3
67
67
68
68
- name : Use Node.js ${{ matrix.node-version }}
69
- uses : actions/setup-node@v2
69
+ uses : actions/setup-node@v3
70
70
with :
71
71
node-version : ${{ matrix.node-version }}
72
72
cache : ' npm'
84
84
run : npm run test:coverage -- --ci
85
85
86
86
- name : Submit coverage data to codecov
87
- uses : codecov/codecov-action@v2
87
+ uses : codecov/codecov-action@v3
88
88
with :
89
89
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments