Open
Description
Describe the enhancement
It would be nice if caching could be used as an HTTP service. Modern build systems like Gradle, Bazel, Pants can use a remote cache to avoid building the same tasks across different builds.
The current @actions/cache
allows to cache files, however, there's no way to fetch data on demand, and it is hard to make incremental updates to the cache.
Can the HTTP cache service be exposed to the build scripts? For instance, read-only for pull-requests, and read-write for branch-based builds.
Additional information