Skip to content

Commit

Permalink
Update Github Action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luukdegram committed Dec 17, 2020
1 parent 8d9b273 commit 5579a9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.2.3
uses: goto-bus-stop/setup-zig@v1.3.0
with:
version: master

Expand All @@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: |
zig build test
zig build test
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.2.3
uses: goto-bus-stop/setup-zig@v1.3.0
with:
version: master

Expand All @@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: |
zig build test
zig build test
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.2.3
uses: goto-bus-stop/setup-zig@v1.3.0
with:
version: master

Expand All @@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: |
zig build test
zig build test

0 comments on commit 5579a9c

Please sign in to comment.