Skip to content

Commit f0e75c6

Browse files
committed
ci: update zig-v8 version
1 parent ac855af commit f0e75c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
zig-v8:
2222
description: 'zig v8 version to install'
2323
required: false
24-
default: 'v0.1.33'
24+
default: 'v0.1.34'
2525
v8:
2626
description: 'v8 version to install'
2727
required: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG MINISIG=0.12
44
ARG ZIG=0.15.2
55
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
66
ARG V8=14.0.365.4
7-
ARG ZIG_V8=v0.1.33
7+
ARG ZIG_V8=v0.1.34
88
ARG TARGETPLATFORM
99

1010
RUN apt-get update -yq && \

0 commit comments

Comments
 (0)