Skip to content

Commit

Permalink
[update #45] goto-bus-step/setup-zig -> mlugg/setup-zig
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl authored Oct 10, 2024
2 parents 113883b + 2895e3a commit a4df50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
printf 'needed=false\n' >> "${GITHUB_OUTPUT}"
fi
- uses: goto-bus-stop/setup-zig@v2.2.0
- uses: mlugg/setup-zig@v1
if: steps.zig.outputs.needed == 'true'
with:
version: ${{ env.zig_version }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- uses: tiawl/[email protected]

- if: inputs.is_composite != 'true'
uses: goto-bus-stop/setup-zig@v2.2.0
uses: mlugg/setup-zig@v1
with:
version: ${{ env.zig_version }}

Expand Down

0 comments on commit a4df50d

Please sign in to comment.