0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-21 13:31:38 -05:00

Update v8 autoroller to track denoland/v8 (#754)

This commit is contained in:
Luca Casonato 2021-08-15 20:14:14 +02:00 committed by GitHub
parent 5a27cb7655
commit 406f28c69e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Update V8
on:
schedule:
- cron: '0 10 * * *'
- cron: "1 10 * * *" # this is 1 hour after the autoroll in denoland/v8
workflow_dispatch:
jobs:
@ -24,4 +24,3 @@ jobs:
- run: deno run -A ./tools/auto_update_v8.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,4 +1,4 @@
const V8_TRACKING_BRANCH = "9.1-lkgr";
const V8_TRACKING_BRANCH = "9.4-lkgr-denoland";
const AUTOROLL_BRANCH = "autoroll";
function extractVersion() {