Skip to content

Commit

Permalink
Update bazel action to v7
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 12, 2024
1 parent e5ebd74 commit f60ad36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
with:
folders: |
[
Expand All @@ -20,6 +20,4 @@ jobs:
exclude: |
[
{"folder": ".", "bzlmodEnabled": false},
{"bazelversion": "6.4.0"},
{"bazelversion": "5.4.0"}
]

0 comments on commit f60ad36

Please sign in to comment.