Skip to content

Commit

Permalink
Update github acitons
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Oct 21, 2023
1 parent bfe1c68 commit 62e20a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
validate_and_test_master:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
Expand All @@ -21,7 +21,7 @@ jobs:
validate_and_test_011:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
Expand Down

0 comments on commit 62e20a2

Please sign in to comment.