File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 matrix :
1212 node-version : [16.x, 18.x, 20.x]
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/cache@v1
14+ - uses : actions/checkout@main
15+ - uses : actions/cache@main
1616 with :
1717 path : node_modules
1818 key : ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
@@ -27,11 +27,11 @@ jobs:
2727 name : test-coverage
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@master
31- - uses : actions/setup-node@master
30+ - uses : actions/checkout@main
31+ - uses : actions/setup-node@main
3232 with :
3333 node-version : 18
34- - uses : actions/cache@v1
34+ - uses : actions/cache@main
3535 with :
3636 path : node_modules
3737 key : ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
4848 needs : test
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v3
52- - uses : actions/setup-node@v1
51+ - uses : actions/checkout@main
52+ - uses : actions/setup-node@main
5353 with :
5454 node-version : 18
5555 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments