File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 - name : Cache node_modules
2525 id : cache-node-modules
26- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
26+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2727 with :
2828 path : node_modules
2929 key : ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
4040 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
4242 - name : Restore node_modules from cache
43- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
43+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
4444 with :
4545 path : node_modules
4646 key : ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
6565 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6666
6767 - name : Restore node_modules from cache
68- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
68+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6969 with :
7070 path : node_modules
7171 key : ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
You can’t perform that action at this time.
0 commit comments