Skip to content

Commit 6e6f855

Browse files
committed
ci: upgrade zig-v8 version
1 parent e6096fc commit 6e6f855

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
runs-on: ubuntu-latest
4242
container:
43-
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.3439-31a7f22b8
43+
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
4444
credentials:
4545
username: ${{ github.actor }}
4646
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/zig-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
runs-on: ubuntu-latest
3030
container:
31-
image: ghcr.io/lightpanda-io/zig:0.12.0-dev.3439-31a7f22b8
31+
image: ghcr.io/lightpanda-io/zig:0.12.1
3232
credentials:
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/zig-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
runs-on: ubuntu-latest
4040
container:
41-
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.3439-31a7f22b8
41+
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
4242
credentials:
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
6969

7070
runs-on: ubuntu-latest
7171
container:
72-
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.1773-8a8fd47d2
72+
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
7373
credentials:
7474
username: ${{ github.actor }}
7575
password: ${{ secrets.GITHUB_TOKEN }}
@@ -100,7 +100,7 @@ jobs:
100100

101101
runs-on: ubuntu-latest
102102
container:
103-
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.1773-8a8fd47d2
103+
image: ghcr.io/lightpanda-io/zig-v8:0.12.1
104104
credentials:
105105
username: ${{ github.actor }}
106106
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)