File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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
@@ -63,10 +63,10 @@ jobs:
6363 if : matrix.os == 'windows-latest'
6464 run : git config --global core.autocrlf input
6565
66- - uses : actions/checkout@v2
66+ - uses : actions/checkout@v3
6767
6868 - name : Use Node.js ${{ matrix.node-version }}
69- uses : actions/setup-node@v2
69+ uses : actions/setup-node@v3
7070 with :
7171 node-version : ${{ matrix.node-version }}
7272 cache : ' npm'
8484 run : npm run test:coverage -- --ci
8585
8686 - name : Submit coverage data to codecov
87- uses : codecov/codecov-action@v2
87+ uses : codecov/codecov-action@v3
8888 with :
8989 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments