File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 timeout-minutes : 10
1717
1818 steps :
19- - uses : actions/checkout@v2
20- - uses : volta-cli/action@v1
19+ - uses : actions/checkout@v3
20+ - uses : volta-cli/action@v4
2121
2222 - name : install dependencies
2323 run : yarn install --frozen-lockfile
4343 node-version : 16.x
4444
4545 steps :
46- - uses : actions/checkout@v2
47- - uses : volta-cli/action@v1
46+ - uses : actions/checkout@v3
47+ - uses : volta-cli/action@v4
4848 with :
4949 node-version : ${{ matrix.node-version }}
5050
6464 etlVersion : [^4.0.0, 5.0.0-alpha.0]
6565
6666 steps :
67- - uses : actions/checkout@v2
68- - uses : volta-cli/action@v1
67+ - uses : actions/checkout@v3
68+ - uses : volta-cli/action@v4
6969 with :
7070 node-version : 16.x
7171 - run : yarn install --frozen-lockfile
8080 needs : [test]
8181
8282 steps :
83- - uses : actions/checkout@v2
84- - uses : volta-cli/action@v1
83+ - uses : actions/checkout@v3
84+ - uses : volta-cli/action@v4
8585 with :
8686 node-version : 16.x
8787
You can’t perform that action at this time.
0 commit comments