allow a list of files for repositoryCacheConfig (#117)

---------
Co-authored-by: Karthik Sethuraman <ksethuraman@linkedin.com>
This commit is contained in:
Karthik Sethuraman 2025-12-16 08:02:30 -08:00 committed by GitHub
parent 5528b8082a
commit 905421c656
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 98534 additions and 98923 deletions

View file

@ -230,6 +230,15 @@ Default `false`.
with:
repository-cache: examples/gem/WORKSPACE
```
#### Store a repository cache from a list of custom locations
```yaml
- uses: bazel-contrib/setup-bazel@0.15.0
with:
repository-cache: |
- MODULE.bazel
- requirements_locked.txt
```
</details>
## Migrating from [`bazelbuild/setup-bazelisk`][6]