OpenCache Action
Version updated for https://github.com/amulya-labs/gha-opencache to version v3.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
OpenCache Actions is a fast, configurable caching solution for GitHub Actions workflows, designed as a drop-in replacement for actions/cache. It enables users to store CI/CD caches on local disks for self-hosted runners or external storage solutions like S3-compatible object storage and Google Cloud Storage, offering improved pipeline performance and flexibility. With advanced control over cache behavior (e.g., TTL, size limits, compression) and no vendor lock-in, it solves key limitations of the default caching action while maintaining compatibility with existing workflow syntax.
Release notes
What’s Changed
- fix: Use PAT for release publish to trigger publish.yml by @rrlamichhane in https://github.com/amulya-labs/gha-opencache/pull/67
Full Changelog: https://github.com/amulya-labs/gha-opencache/compare/v3.0.2...v3.1.0