Skip to content

Commit 6fb78a9

Browse files
committed
update mlugg/setup-zig action
1 parent bcc4980 commit 6fb78a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
shell: bash
3737
run: sudo apt-get install -y wget xz-utils python3 ca-certificates git pkg-config libglib2.0-dev gperf libexpat1-dev cmake clang
3838

39-
- uses: mlugg/setup-zig@v1
39+
- uses: mlugg/setup-zig@v2
4040
with:
4141
version: ${{ inputs.zig }}
4242

.github/workflows/zig-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 15
3333

3434
steps:
35-
- uses: mlugg/setup-zig@v1
35+
- uses: mlugg/setup-zig@v2
3636
with:
3737
version: ${{ env.ZIG_VERSION }}
3838

0 commit comments

Comments
 (0)