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 2020 with :
2121 node-version : 16.20.2
2222 - name : Cache node modules
23- uses : actions/cache@v3
23+ uses : actions/cache@v4
2424 with :
2525 path : ~/.npm
2626 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4343 with :
4444 node-version : 16.20.2
4545 - name : Cache node modules
46- uses : actions/cache@v3
46+ uses : actions/cache@v4
4747 with :
4848 path : ~/.npm
4949 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
6666 with :
6767 node-version : 16.20.2
6868 - name : Cache node modules
69- uses : actions/cache@v3
69+ uses : actions/cache@v4
7070 with :
7171 path : ~/.npm
7272 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
9393 with :
9494 node-version : 16.20.2
9595 - name : Cache node modules
96- uses : actions/cache@v3
96+ uses : actions/cache@v4
9797 with :
9898 path : ~/.npm
9999 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments