Skip to content

Commit

Permalink
fixing bazel version (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm authored Oct 19, 2022
1 parent fc12254 commit 2b1532f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-ui-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup bazel
uses: jwlawson/actions-setup-bazel@v1
with:
bazel-version: '5.0.0'
bazel-version: '5.3.0'

- name: Run Bazel
run: cd prysm_repo && bazel build //validator/web:site_data
Expand Down

0 comments on commit 2b1532f

Please sign in to comment.