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