Skip to content

Commit

Permalink
Use Bazel 7 in ghajoin_jobs action
Browse files Browse the repository at this point in the history
It used the latest Bazel version by default and failed, see cgrindel/gha_join_jobs#67
  • Loading branch information
avdv committed Dec 10, 2024
1 parent c703396 commit 1636949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@ jobs:
if: ${{ always() }}
steps:
- uses: cgrindel/gha_join_jobs@794a2d117251f22607f1aab937d3fd3eaaf9a2f5 # v1
env:
USE_BAZEL_VERSION: '7.x'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1636949

Please sign in to comment.