aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-07-27 21:52:16 +0200
committerAndre Weissflog <floooh@gmail.com>2023-07-27 21:52:16 +0200
commitb9e7f1207d9bc43fc082d727df9eadbfb337cd7d (patch)
tree703907dd2afbfadac28274a7ab2f8c14464f469c
parent520951dbbb6261735df389b8734358af8b3e93d1 (diff)
gh actions: switch to goto-bus-stop/setup-zig@v2
-rw-r--r--.github/workflows/gen_bindings.yml2
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