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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 15, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/dhadka_ezcache@fbdfe534a866118bf76138a06d602176c76be706 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| type | The type of cache to create | no | auto |
| version | The version number of the cache | no | — |
| path | The cache path, only valid for types "run", "diff", "daily", "weely", "env", and "script" | no | — |
| provider | The provider for cache storage, supports "hosted", "local" | no | — |
| modules | Comma-separated list of powershell modules to install, only valid for the "powershell" cache | no | — |
| script | Path to a script that installs dependencies, only valid for the "script" cache | no | — |
Outputs
| name | description |
|---|---|
| cache-hit | When "true", indicates an exact match was found for the key |
| cache-restore-type | Indicates the restore type, either "miss", "partial", or "full" |