Cache dependencies and build outputs in GitHub Actions
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Cyril Rohr 70d4f670ac
README
2 years ago
.devcontainer GA for granular cache (#1035) 3 years ago
.github Update check-dist node version 2 years ago
.licenses/npm licensed 2 years ago
.vscode Initial commit 6 years ago
__tests__ Apply workaround for earlyExit 2 years ago
dist Fix dist 2 years ago
restore Update "only-" actions to node20 2 years ago
save Update "only-" actions to node20 2 years ago
src Fix format 2 years ago
.eslintrc.json Update eslint and prettier 4 years ago
.gitattributes Fix line ending for windows test 4 years ago
.gitignore test e2e during workflow (#185) 6 years ago
.licensed.yml Add Licensed to attribute third party licenses 5 years ago
.prettierrc.json Initial commit 6 years ago
CODE_OF_CONDUCT.md Fix repo name in contact email (#41) 6 years ago
CONTRIBUTING.md Update contributing.md 5 years ago
LICENSE Initial commit 6 years ago
README.md README 2 years ago
RELEASES.md Merge branch 'main' into update-to-node-20 2 years ago
action.yml Merge branch 'main' into main 2 years ago
caching-strategies.md Fixing paths for OSes (#1101) 3 years ago
examples.md Clarify that macos-latest image has bazelisk 3 years ago
jest.config.js Resolve dependabot alerts 4 years ago
package-lock.json Merge branch 'main' into update-to-node-20 2 years ago
package.json Merge branch 'main' into update-to-node-20 2 years ago
tips-and-workarounds.md Merge branch 'main' into pdotl-patch-1 3 years ago
tsconfig.json Initial commit 6 years ago

README.md

RunsOn cache action

This action is a drop-in replacement for the official actions/cache@v4 action.

It will automatically store your caches in a dedicated RunsOn S3 bucket that lives close to your self-hosted runners, ensuring you get at least 200MiB/s download and upload throughput when using caches in your workflows.

If no S3 bucket is provided, it will also transparently switch to the default behaviour. This means you can use this action and switch between RunsOn runners and official GitHub runners with no change.

Please refer to actions/cache for usage.