cache
Caching action
An action that optimizes workflow execution by caching dependencies and build outputs.
Cache dependencies and build outputs in GitHub Actions
5k stars
94 watching
1k forks
Language: TypeScript
last commit: 7 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
actions/runner | An application used to run jobs in GitHub Actions workflows | 4,905 |
actions/toolkit | A collection of reusable building blocks for creating GitHub Actions | 5,006 |
actions/setup-node | Provides a way to set up and configure Node.js versions in GitHub Actions workflows | 3,940 |
actions/checkout | An action that allows workflows to access a repository by checking it out in the workspace. | 5,928 |
hyperoslo/cache | A caching framework that provides flexible storage options and APIs for synchronizing and asynchronously accessing cached data. | 2,975 |
mxschmitt/action-tmate | Allows debugging of GitHub Actions via SSH or web shell using the tmate tool. | 2,956 |
cachethq/cachet | A status page system that allows users to report incidents and customize their dashboard. | 14,075 |
rails/actionpack-action_caching | Caches entire response output to speed up subsequent requests by storing the cached data in a fragment cache | 263 |
ben-manes/caffeine | A high-performance caching library for Java applications | 15,916 |
mozilla/sccache | A tool for caching compilation results to avoid recompilation when possible | 5,853 |
softprops/action-gh-release | Tools for creating and managing GitHub Releases from GitHub Actions workflows | 4,193 |
harisekhon/github-actions | Provides a reusable template and workflow library for GitHub Actions CI/CD pipelines | 47 |
michaco/cachemanager | Provides an abstraction layer to manage caching in .NET applications | 2,348 |
elstudio/actions-js-build | A GitHub Actions project that automates JavaScript build tasks and file commits. | 53 |
jenkinsci/jenkinsfile-runner-github-actions | Enables Jenkinsfile execution within GitHub Actions using embedded Jenkins Single-shot masters | 200 |