Skip to content

Commit

Permalink
other github actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Jul 16, 2024
1 parent 030dff3 commit 227efd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

steps:
- name: Set up Zig
uses: goto-bus-stop/setup-zig@v2.1.0
uses: goto-bus-stop/setup-zig@v2
with:
version: ${{ matrix.zig_version }}

- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: zig build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

steps:
- name: Set up Zig
uses: goto-bus-stop/setup-zig@v2.1.0
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0

- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: zig build test
run: |
Expand Down

0 comments on commit 227efd9

Please sign in to comment.