cache icon indicating copy to clipboard operation
cache copied to clipboard

Cache dependencies and build outputs in GitHub Actions

Results 377 cache issues
Sort by recently updated
recently updated
newest added

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...

Thanks for the action. It would be great if it was possible to clear the cache as well either using the action or via the web interface.

enhancement
feature request

Example: https://github.com/ccmbioinfo/osmp/runs/6692774526?check_suite_focus=true This hung on `Received 1189052508 of 1193246812 (99.6%)` for almost half an hour before we noticed and cancelled the workflow run.

bug
area:blob-storage

I use this action for the cache of [htmltest](https://github.com/wjdp/htmltest/), a link checker. Often it'll get through plenty of links before finding a broken one, but because the job fails the...

Previous example is somewhat misleading. When new package is added, old cache is being restored, which may lead to package resolve errors as described [here](https://forums.swift.org/t/error-during-package-resolution-on-ci-machine-whenever-updating-package-dependencies/56472). Considering [this guide](https://github.com/apple/swift-package-manager/blob/630bdeaf296efcf0bbfddeb82c4ee754a90cc3a0/Documentation/ContinousIntegration.md?plain=1#L9-L14): > To...

documentation

The GitHub Actions team is considering adding cache management capability, which will enable viewing and deleting cache entries. We’d greatly appreciate it if you can complete a [2-min survey](https://docs.google.com/forms/d/e/1FAIpQLSf00jDi0KszW5NFGLe7gfjfO1Pik1BAURsdciC2S5ULAFUtfw/viewform) to...

enhancement

Currently this cache action will only save caches if all tests succeed. In many cases this is desirable behavior. However I have some projects with long build times and flakey...

feature request

## Description Add `cache` to workflows using `actions/setup-node` ## Context `setup-node` GitHub Action just released a new option to add cache to steps using it. You can find the details...