File tree Expand file tree Collapse file tree 2 files changed +11
-63
lines changed Expand file tree Collapse file tree 2 files changed +11
-63
lines changed Original file line number Diff line number Diff line change @@ -252,11 +252,22 @@ jobs:
252252 cat temp-output
253253 tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
254254 rm temp-output
255+ - id : v8
256+ subsystem : deps
257+ label : dependencies
258+ run : |
259+ ./tools/dep_updaters/update-v8-patch.sh > temp-output
260+ cat temp-output
261+ tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
262+ rm temp-output
255263 steps :
256264 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
257265 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
258266 with :
259267 persist-credentials : false
268+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
269+ with :
270+ path : ~/.update-v8/v8
260271 - run : ${{ matrix.run }}
261272 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
262273 env :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments