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"
@@ -66,10 +66,10 @@ jobs:
66
66
if : matrix.os == 'windows-latest'
67
67
run : git config --global core.autocrlf input
68
68
69
- - uses : actions/checkout@v2
69
+ - uses : actions/checkout@v3
70
70
71
71
- name : Use Node.js ${{ matrix.node-version }}
72
- uses : actions/setup-node@v2
72
+ uses : actions/setup-node@v3
73
73
with :
74
74
node-version : ${{ matrix.node-version }}
75
75
cache : " npm"
92
92
run : npm run test:coverage -- --ci
93
93
94
94
- name : Submit coverage data to codecov
95
- uses : codecov/codecov-action@v2
95
+ uses : codecov/codecov-action@v3
96
96
with :
97
97
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments