File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v5
2424 with :
2525 path : ~/.npm
2626 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4545 with :
4646 node-version : 16.20.2
4747 - name : Cache node modules
48- uses : actions/cache@v3
48+ uses : actions/cache@v5
4949 with :
5050 path : ~/.npm
5151 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@v5
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@v5
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