actions-marketplace-validations/ezcache - Caching made easy

Simplifies the creation of GitHub Actions caches and adds support for local and AWS S3 storage.

View on GitHub

Trust Signals

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

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/dhadka_ezcache@fbdfe534a866118bf76138a06d602176c76be706 # no releases — HEAD as of 2026-07-15

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

namedescriptionrequireddefault
typeThe type of cache to createnoauto
versionThe version number of the cacheno
pathThe cache path, only valid for types "run", "diff", "daily", "weely", "env", and "script"no
providerThe provider for cache storage, supports "hosted", "local"no
modulesComma-separated list of powershell modules to install, only valid for the "powershell" cacheno
scriptPath to a script that installs dependencies, only valid for the "script" cacheno
namedescription
cache-hitWhen "true", indicates an exact match was found for the key
cache-restore-typeIndicates the restore type, either "miss", "partial", or "full"