File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 with :
1313 node-version : 12
1414 - name : Cache node modules
15- uses : actions/cache@v1
15+ uses : actions/cache@v2
1616 with :
1717 path : ~/.npm
1818 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3131 with :
3232 node-version : 12
3333 - name : Cache node modules
34- uses : actions/cache@v1
34+ uses : actions/cache@v2
3535 with :
3636 path : ~/.npm
3737 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
5050 with :
5151 node-version : 12
5252 - name : Cache node modules
53- uses : actions/cache@v1
53+ uses : actions/cache@v2
5454 with :
5555 path : ~/.npm
5656 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
7272 with :
7373 node-version : 12
7474 - name : Cache node modules
75- uses : actions/cache@v1
75+ uses : actions/cache@v2
7676 with :
7777 path : ~/.npm
7878 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments