diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-07-27 21:52:16 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-07-27 21:52:16 +0200 |
| commit | b9e7f1207d9bc43fc082d727df9eadbfb337cd7d (patch) | |
| tree | 703907dd2afbfadac28274a7ab2f8c14464f469c /.github/workflows | |
| parent | 520951dbbb6261735df389b8734358af8b3e93d1 (diff) | |
gh actions: switch to goto-bus-stop/setup-zig@v2
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 1c992512..9e372d4e 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -99,7 +99,7 @@ jobs: - uses: actions/checkout@v3 with: repository: floooh/sokol-zig - - uses: goto-bus-stop/setup-zig@v1 + - uses: goto-bus-stop/setup-zig@v2 with: version: 0.11.0-dev.4004+a57608217 - uses: actions/download-artifact@v3 |