File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 node-version : ' 20.19.0'
3030
3131 - name : Cache dependencies
32- uses : actions/cache@v3
32+ uses : actions/cache@v4
3333 with :
3434 path : ~/.npm
3535 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Cache dependencies
115115 if : steps.pkg_version.outputs.publish == 1
116- uses : actions/cache@v3
116+ uses : actions/cache@v4
117117 with :
118118 path : ~/.npm
119119 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 3030 registry-url : ' https://registry.npmjs.org/'
3131
3232 - name : Cache dependencies
33- uses : actions/cache@v3
33+ uses : actions/cache@v4
3434 with :
3535 path : ~/.npm
3636 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments