File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 node-version : 18
2727 - uses : microsoft/playwright-github-action@v1
28- - uses : actions/cache@v2
28+ - uses : actions/cache@v3
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4444 with :
4545 node-version : 18
4646 - uses : microsoft/playwright-github-action@v1
47- - uses : actions/cache@v2
47+ - uses : actions/cache@v3
4848 with :
4949 path : ~/.npm
5050 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
7070 with :
7171 node-version : ' 18.x'
7272 registry-url : ' https://registry.npmjs.org'
73- - uses : actions/cache@v2
73+ - uses : actions/cache@v3
7474 with :
7575 path : ~/.npm
7676 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments