0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-23 07:29:56 -05:00
denoland-rusty-v8/.github/workflows/update-v8.yml

21 lines
415 B
YAML
Raw Normal View History

name: Update V8
on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v1
with:
fetch-depth: 10
submodules: recursive
- uses: denoland/setup-deno@main
with:
deno-version: v1.x
- run: deno run -A ./tools/auto_update_v8.ts