Skip to content

Commit

Permalink
ci: Pin cuelang version to v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Jul 8, 2023
1 parent 4c130f9 commit 4a00ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup CUE
uses: cue-lang/setup-cue@0be332bb74c8a2f07821389447ba3163e2da3bfb # main
with:
version: latest
version: v0.5.0
- name: Run tests
run: make test
- name: Run linter
Expand Down

0 comments on commit 4a00ed3

Please sign in to comment.