Skip to content

Commit d968702

Browse files
Update dependency zig to v0.14.0
1 parent c7c0c79 commit d968702

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Zig
1818
uses: goto-bus-stop/setup-zig@abea47f85e598557f500fa1fd2ab7464fcb39406 # v2.2.1
1919
with:
20-
version: 0.13.0 # renovate: zig-version
20+
version: 0.14.0 # renovate: zig-version
2121

2222
- name: Install cargo-zigbuild
2323
run: |

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Zig
5555
uses: goto-bus-stop/setup-zig@abea47f85e598557f500fa1fd2ab7464fcb39406 # v2.2.1
5656
with:
57-
version: 0.13.0 # renovate: zig-version
57+
version: 0.14.0 # renovate: zig-version
5858

5959
- name: Install cargo-zigbuild
6060
run: |
@@ -83,7 +83,7 @@ jobs:
8383
- name: Setup Zig
8484
uses: goto-bus-stop/setup-zig@abea47f85e598557f500fa1fd2ab7464fcb39406 # v2.2.1
8585
with:
86-
version: 0.13.0 # renovate: zig-version
86+
version: 0.14.0 # renovate: zig-version
8787

8888
- name: Install cargo-zigbuild
8989
run: |

0 commit comments

Comments
 (0)