@@ -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"
@@ -69,10 +69,10 @@ jobs:
69
69
if : matrix.os == 'windows-latest'
70
70
run : git config --global core.autocrlf input
71
71
72
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v3
73
73
74
74
- name : Use Node.js ${{ matrix.node-version }}
75
- uses : actions/setup-node@v2
75
+ uses : actions/setup-node@v3
76
76
with :
77
77
node-version : ${{ matrix.node-version }}
78
78
cache : " npm"
@@ -106,10 +106,10 @@ jobs:
106
106
if : matrix.os == 'windows-latest'
107
107
run : git config --global core.autocrlf input
108
108
109
- - uses : actions/checkout@v2
109
+ - uses : actions/checkout@v3
110
110
111
111
- name : Use Node.js ${{ matrix.node-version }}
112
- uses : actions/setup-node@v2
112
+ uses : actions/setup-node@v3
113
113
with :
114
114
node-version : ${{ matrix.node-version }}
115
115
cache : " npm"
@@ -126,6 +126,6 @@ jobs:
126
126
OLD_API : " true"
127
127
128
128
- name : Submit coverage data to codecov
129
- uses : codecov/codecov-action@v2
129
+ uses : codecov/codecov-action@v3
130
130
with :
131
131
token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments