Skip to content

Commit 827f23f

Browse files
fix: move v8 update in tools.yml
1 parent 0a46fe1 commit 827f23f

File tree

2 files changed

+11
-63
lines changed

2 files changed

+11
-63
lines changed

.github/workflows/tools.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/update-v8.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)