fix: update test runner to 0.13.0

This commit is contained in:
Rylee Alanza Lyman 2024-06-09 07:48:25 -04:00 committed by Tim Culverhouse
parent e2c19c3c8f
commit b7946a3393

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: zig build test
check-fmt:
runs-on: ubuntu-latest
@ -23,5 +23,5 @@ jobs:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: zig fmt --check .