Skip to content

Commit

Permalink
Use the hash of MODULE.bazel files since it replaced WORKSPACE and re…
Browse files Browse the repository at this point in the history
…po setup bzl files.

PiperOrigin-RevId: 729196802
  • Loading branch information
gkdn authored and copybara-github committed Feb 20, 2025
1 parent 16ab794 commit 376a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ~/bazel-repository-cache
key: bazel-repositories-${{hashFiles('**/WORKSPACE', '**.bzl')}}
key: bazel-repositories-${{hashFiles('**/MODULE.bazel')}}
restore-keys: |
bazel-repositories-
Expand Down

0 comments on commit 376a120

Please sign in to comment.