Skip to content

Commit 158fa67

Browse files
committed
And bump the github actions too
1 parent 1ff1cc4 commit 158fa67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install zig
2525
uses: mlugg/setup-zig@v2
2626
with:
27-
version: 0.14.0
27+
version: 0.15.1
2828

2929
- name: Build
3030
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: mlugg/setup-zig@v2
1111
with:
12-
version: 0.14.0
12+
version: 0.15.1
1313
- run: make test

0 commit comments

Comments
 (0)