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 2828 node-version : ' 20.19.4'
2929
3030 - name : Cache dependencies
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : ~/.npm
3434 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Cache dependencies
113113 if : steps.pkg_version.outputs.publish == 1
114- uses : actions/cache@v3
114+ uses : actions/cache@v4
115115 with :
116116 path : ~/.npm
117117 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2929 registry-url : ' https://registry.npmjs.org/'
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') }}
You can’t perform that action at this time.
0 commit comments