@@ -25,12 +25,12 @@ jobs:
2525 runs-on : ${{ matrix.os }}
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 with :
3030 fetch-depth : 0
3131
3232 - name : Use Node.js ${{ matrix.node-version }}
33- uses : actions/setup-node@v2
33+ uses : actions/setup-node@v3
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 cache : " npm"
@@ -69,10 +69,10 @@ jobs:
6969 if : matrix.os == 'windows-latest'
7070 run : git config --global core.autocrlf input
7171
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v3
7373
7474 - name : Use Node.js ${{ matrix.node-version }}
75- uses : actions/setup-node@v2
75+ uses : actions/setup-node@v3
7676 with :
7777 node-version : ${{ matrix.node-version }}
7878 cache : " npm"
@@ -106,10 +106,10 @@ jobs:
106106 if : matrix.os == 'windows-latest'
107107 run : git config --global core.autocrlf input
108108
109- - uses : actions/checkout@v2
109+ - uses : actions/checkout@v3
110110
111111 - name : Use Node.js ${{ matrix.node-version }}
112- uses : actions/setup-node@v2
112+ uses : actions/setup-node@v3
113113 with :
114114 node-version : ${{ matrix.node-version }}
115115 cache : " npm"
@@ -126,6 +126,6 @@ jobs:
126126 OLD_API : " true"
127127
128128 - name : Submit coverage data to codecov
129- uses : codecov/codecov-action@v2
129+ uses : codecov/codecov-action@v3
130130 with :
131131 token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments