File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
node-version : 20
45
45
46
46
- name : Cache NPM dependencies
47
- uses : actions/cache@v3
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : node_modules
50
50
key : npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }}
@@ -273,7 +273,7 @@ jobs:
273
273
targets : ${{ matrix.settings.target }}
274
274
275
275
- name : Cache cargo
276
- uses : actions/cache@v3
276
+ uses : actions/cache@v4
277
277
with :
278
278
path : |
279
279
~/.cargo/registry/index/
Original file line number Diff line number Diff line change 89
89
targets : ${{ matrix.settings.target }}
90
90
91
91
- name : Cache cargo
92
- uses : actions/cache@v3
92
+ uses : actions/cache@v4
93
93
with :
94
94
path : |
95
95
~/.cargo/registry/index/
@@ -217,7 +217,7 @@ jobs:
217
217
cache-dependency-path : bindings/javascript/yarn.lock
218
218
219
219
- name : Cache NPM dependencies
220
- uses : actions/cache@v3
220
+ uses : actions/cache@v4
221
221
with :
222
222
path : .yarn/cache
223
223
key : npm-cache-ubuntu-22.04-release
You can’t perform that action at this time.
0 commit comments