From 66638cab3391b790755ffc7ab7a654627f89c21d Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Wed, 14 May 2025 15:02:55 +0800 Subject: [PATCH] update v8 revision --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 879ca597..0229bbd8 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -21,7 +21,7 @@ inputs: v8: description: 'v8 version to install' required: false - default: '11.1.134' + default: '13.6.233.8' cache-dir: description: 'cache dir to use' required: false