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
cache : " npm"
@@ -62,10 +62,10 @@ jobs:
62
62
if : matrix.os == 'windows-latest'
63
63
run : git config --global core.autocrlf input
64
64
65
- - uses : actions/checkout@v2
65
+ - uses : actions/checkout@v3
66
66
67
67
- name : Use Node.js ${{ matrix.node-version }}
68
- uses : actions/setup-node@v2
68
+ uses : actions/setup-node@v3
69
69
with :
70
70
node-version : ${{ matrix.node-version }}
71
71
cache : " npm"
78
78
run : npm run test:coverage -- --ci
79
79
80
80
- name : Submit coverage data to codecov
81
- uses : codecov/codecov-action@v2
81
+ uses : codecov/codecov-action@v3
82
82
with :
83
83
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments