action-works/Cache

Cache artifacts like dependencies and build outputs to improve workflow execution time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 9, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: action-works/cache-s3@deae296ab340574da1ec86242984dfc91f0a7b81 # no releases — HEAD as of 2026-08-29

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathA list of files, directories, and wildcard patterns to cache and restoreyes
keyAn explicit key for restoring and saving the cacheyes
restore-keysAn ordered list of keys to use for restoring the cache if no cache hit occurred for keyno
upload-chunk-sizeThe chunk size used to split up large files during upload, in bytesno
namedescription
cache-hitA boolean value to indicate an exact match was found for the primary key