Skip to content

Commit c555471

Browse files
committed
update v8 deps
1 parent 1bd1f12 commit c555471

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ inputs:
1717
zig-v8:
1818
description: 'zig v8 version to install'
1919
required: false
20-
default: 'v0.1.28'
20+
default: 'v0.1.30'
2121
v8:
2222
description: 'v8 version to install'
2323
required: false
24-
default: '13.6.233.8'
24+
default: '14.0.365.4'
2525
cache-dir:
2626
description: 'cache dir to use'
2727
required: false

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM debian:stable
33
ARG MINISIG=0.12
44
ARG ZIG=0.15.1
55
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
6-
ARG V8=13.6.233.8
7-
ARG ZIG_V8=v0.1.28
6+
ARG V8=14.0.365.4
7+
ARG ZIG_V8=v0.1.30
88
ARG TARGETPLATFORM
99

1010
RUN apt-get update -yq && \

0 commit comments

Comments
 (0)